Skip to content
Snippets Groups Projects
Unverified Commit 226b8433 authored by zhubingbing's avatar zhubingbing
Browse files

Fix magnum upgrade permission issue

Change-Id: I1e9fd7f15f9d5e133dbd3b651b56708a82864245
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": "magnum", "owner": "magnum",
"perm": "0600" "perm": "0600"
} }
],
"permissions": [
{
"path": "/var/log/kolla/magnum",
"owner": "magnum:magnum",
"recurse": true
}
] ]
} }
...@@ -7,5 +7,17 @@ ...@@ -7,5 +7,17 @@
"owner": "magnum", "owner": "magnum",
"perm": "0600" "perm": "0600"
} }
],
"permissions": [
{
"path": "/var/lib/kolla/magnum",
"owner": "magnum:magnum",
"recurse": true
},
{
"path": "/var/log/kolla/magnum",
"owner": "magnum:magnum",
"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