Skip to content

Commit

Permalink
Fix invalid json in ironic service
Browse files Browse the repository at this point in the history
Change-Id: Idbf10404606dd17be334056c95b6e5f9ae800495
Partial-Bug: #1631503
  • Loading branch information
jeffrey4l committed Oct 20, 2016
1 parent 464b8fd commit b11504d
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion ansible/roles/ironic/templates/ironic-api.json.j2
Expand Up @@ -10,7 +10,7 @@
],
"permissions": [
{
"path": "/var/log/kolla/ironic"
"path": "/var/log/kolla/ironic",
"owner": "ironic:ironic",
"recurse": true
}
Expand Down
2 changes: 1 addition & 1 deletion ansible/roles/ironic/templates/ironic-conductor.json.j2
Expand Up @@ -20,7 +20,7 @@
"recurse": true
},
{
"path": "/tftpboot"
"path": "/tftpboot",
"owner": "ironic:ironic",
"recurse": true
}
Expand Down

0 comments on commit b11504d

Please sign in to comment.