Fix manila upgrade permission issue

Change-Id: I52e47aee0d373be102c855cc791c7f369468302a
Partial-Bug: #1631503
This commit is contained in:
zhubingbing 2016-10-15 17:25:02 +08:00
parent dbf05f076f
commit 709cbd345e
No known key found for this signature in database
GPG Key ID: EE9630454C697F21
3 changed files with 21 additions and 0 deletions

View File

@ -7,5 +7,12 @@
"owner": "manila",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/manila",
"owner": "manila:manila",
"recurse": true
}
]
}

View File

@ -7,5 +7,12 @@
"owner": "manila",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/manila",
"owner": "manila:manila",
"recurse": true
}
]
}

View File

@ -7,5 +7,12 @@
"owner": "manila",
"perm": "0600"
}
],
"permissions": [
{
"path": "/var/log/kolla/manila",
"owner": "manila:manila",
"recurse": true
}
]
}