Fix murano upgrade permission issue

Change-Id: I5061c572226dbb762e21cad02dccc8722ef91dc8
Partial-Bug: #1631503
This commit is contained in:
zhubingbing 2016-10-15 17:34:19 +08:00 committed by Mauricio Lima
parent dbf05f076f
commit a0d5ac7f53
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
}
]
}