Fix mistral upgrade permission issue

Change-Id: Ic21cb035a75870690be0f98377fe45f41983e658
Partial-Bug: #1631503
This commit is contained in:
zhubingbing 2016-10-15 17:15:50 +08:00
parent dbf05f076f
commit a8cb87c672
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": "mistral",
"perm": "0644"
}
],
"permissions": [
{
"path": "/var/log/kolla/mistral",
"owner": "mistral:mistral",
"recurse": true
}
]
}

View File

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

View File

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