Fix magnum upgrade permission issue

Change-Id: I1e9fd7f15f9d5e133dbd3b651b56708a82864245
Partial-Bug: #1631503
This commit is contained in:
zhubingbing 2016-10-15 18:04:27 +08:00
parent dbf05f076f
commit 226b84331f
No known key found for this signature in database
GPG Key ID: EE9630454C697F21
2 changed files with 19 additions and 0 deletions

View File

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

View File

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