Merge "Fix mistral upgrade permission issue"

This commit is contained in:
Jenkins 2016-10-17 12:14:36 +00:00 committed by Gerrit Code Review
commit 19b0173b0d
3 changed files with 21 additions and 0 deletions

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

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

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