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

For deployments with a lot of Gnocchi data, this is a non-starter
(literally... the service basically can't start.) There maybe needs to
be a way to configure this, or only do it during deploy/bootstrap?
Unclear, but disabling for now; users can `chown -R gnocchi:gnocchi`
themselves in the meantime if need be.

Change-Id: I0bae6dfbbee9f63506c89bd6b392e7be07fd5930
This commit is contained in:
Jason Anderson 2019-06-21 15:48:30 -05:00
parent b7098faf88
commit 464fefb1ef
No known key found for this signature in database
GPG Key ID: 9207452BF63947DD
3 changed files with 3 additions and 6 deletions

View File

@ -38,8 +38,7 @@
"permissions": [
{
"path": "/var/lib/gnocchi",
"owner": "gnocchi:gnocchi",
"recurse": true
"owner": "gnocchi:gnocchi"
},
{
"path": "/var/log/kolla/gnocchi",

View File

@ -29,8 +29,7 @@
"permissions": [
{
"path": "/var/lib/gnocchi",
"owner": "gnocchi:gnocchi",
"recurse": true
"owner": "gnocchi:gnocchi"
},
{
"path": "/var/log/kolla/gnocchi",

View File

@ -29,8 +29,7 @@
"permissions": [
{
"path": "/var/lib/gnocchi",
"owner": "gnocchi:gnocchi",
"recurse": true
"owner": "gnocchi:gnocchi"
},
{
"path": "/var/log/kolla/gnocchi",