Skip to content
Snippets Groups Projects
Commit 1a57ab03 authored by Jeffrey Zhang's avatar Jeffrey Zhang
Browse files

Fix ironic upgrade permission issue

Change-Id: I8af7c842e9b0afdc035bb64d3350f6ad65682377
Partial-Bug: #1631503
parent e29a09df
No related branches found
No related tags found
No related merge requests found
...@@ -7,5 +7,12 @@ ...@@ -7,5 +7,12 @@
"owner": "ironic", "owner": "ironic",
"perm": "0600" "perm": "0600"
} }
],
"permissions": [
{
"path": "/var/log/kolla/ironic"
"owner": "ironic:ironic",
"recurse": true
}
] ]
} }
...@@ -7,5 +7,22 @@ ...@@ -7,5 +7,22 @@
"owner": "ironic", "owner": "ironic",
"perm": "0600" "perm": "0600"
} }
],
"permissions": [
{
"path": "/var/log/kolla/ironic",
"owner": "ironic:ironic",
"recurse": true
},
{
"path": "/var/lib/ironic",
"owner": "ironic:ironic",
"recurse": true
},
{
"path": "/tftpboot"
"owner": "ironic:ironic",
"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