Merge "Fix aodh upgrade permission issue"

This commit is contained in:
Jenkins
2016-12-24 02:55:17 +00:00
committed by Gerrit Code Review
4 changed files with 29 additions and 1 deletions

View File

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