Fix heat upgrade permission issue

Change-Id: I666368dcb2dd900234b373bfd433ab918233c601
Partial-Bug: #1631503
This commit is contained in:
zhubingbing 2016-10-14 17:53:40 +08:00
parent dbf05f076f
commit b361fe8ea2
No known key found for this signature in database
GPG Key ID: EE9630454C697F21
3 changed files with 22 additions and 1 deletions

View File

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

View File

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

View File

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