Merge "Fix murano upgrade permission issue"

This commit is contained in:
Jenkins 2016-10-17 20:50:34 +00:00 committed by Gerrit Code Review
commit 2691639bf4
2 changed files with 14 additions and 0 deletions

View File

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

View File

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