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

Fix invalid json in ironic service

Change-Id: Idbf10404606dd17be334056c95b6e5f9ae800495
Partial-Bug: #1631503
parent 464b8fdc
No related branches found
No related tags found
No related merge requests found
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
], ],
"permissions": [ "permissions": [
{ {
"path": "/var/log/kolla/ironic" "path": "/var/log/kolla/ironic",
"owner": "ironic:ironic", "owner": "ironic:ironic",
"recurse": true "recurse": true
} }
......
...@@ -20,7 +20,7 @@ ...@@ -20,7 +20,7 @@
"recurse": true "recurse": true
}, },
{ {
"path": "/tftpboot" "path": "/tftpboot",
"owner": "ironic:ironic", "owner": "ironic:ironic",
"recurse": true "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