Merge "Fix heat upgrade permission issue"

This commit is contained in:
Jenkins 2016-10-17 12:13:31 +00:00 committed by Gerrit Code Review
commit 95cd123936
3 changed files with 22 additions and 1 deletions

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

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

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