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

Fix heat upgrade permission issue

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