Fix senlin upgrade permission issue

Change-Id: Ief97e09c671c592098ea411e3b2f85214385a3b5
Partial-Bug: #1631503
This commit is contained in:
zhubingbing 2016-10-17 17:26:41 +08:00
parent 97686e9fab
commit 96515aefc9
No known key found for this signature in database
GPG Key ID: EE9630454C697F21
2 changed files with 14 additions and 0 deletions

View File

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

View File

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