Skip to content
Snippets Groups Projects
Commit a0d5ac7f authored by zhubingbing's avatar zhubingbing Committed by Mauricio Lima
Browse files

Fix murano upgrade permission issue

Change-Id: I5061c572226dbb762e21cad02dccc8722ef91dc8
Partial-Bug: #1631503
parent dbf05f07
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,12 @@ ...@@ -7,5 +7,12 @@
"owner": "murano", "owner": "murano",
"perm": "0644" "perm": "0644"
} }
],
"permissions": [
{
"path": "/var/log/kolla/murano",
"owner": "murano:murano",
"recurse": true
}
] ]
} }
...@@ -7,5 +7,12 @@ ...@@ -7,5 +7,12 @@
"owner": "murano", "owner": "murano",
"perm": "0644" "perm": "0644"
} }
],
"permissions": [
{
"path": "/var/log/kolla/murano",
"owner": "murano:murano",
"recurse": true
}
] ]
} }
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment