Skip to content
Snippets Groups Projects
Commit 8615adef authored by Zuul's avatar Zuul Committed by Gerrit Code Review
Browse files

Merge "[gnocchi] Don't recursively modify file perms on start"

parents 46f0b691 464fefb1
No related branches found
No related tags found
No related merge requests found
...@@ -38,8 +38,7 @@ ...@@ -38,8 +38,7 @@
"permissions": [ "permissions": [
{ {
"path": "/var/lib/gnocchi", "path": "/var/lib/gnocchi",
"owner": "gnocchi:gnocchi", "owner": "gnocchi:gnocchi"
"recurse": true
}, },
{ {
"path": "/var/log/kolla/gnocchi", "path": "/var/log/kolla/gnocchi",
......
...@@ -29,8 +29,7 @@ ...@@ -29,8 +29,7 @@
"permissions": [ "permissions": [
{ {
"path": "/var/lib/gnocchi", "path": "/var/lib/gnocchi",
"owner": "gnocchi:gnocchi", "owner": "gnocchi:gnocchi"
"recurse": true
}, },
{ {
"path": "/var/log/kolla/gnocchi", "path": "/var/log/kolla/gnocchi",
......
...@@ -29,8 +29,7 @@ ...@@ -29,8 +29,7 @@
"permissions": [ "permissions": [
{ {
"path": "/var/lib/gnocchi", "path": "/var/lib/gnocchi",
"owner": "gnocchi:gnocchi", "owner": "gnocchi:gnocchi"
"recurse": true
}, },
{ {
"path": "/var/log/kolla/gnocchi", "path": "/var/log/kolla/gnocchi",
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment