Merge "Fix invalid json in ironic service"

This commit is contained in:
Jenkins 2016-10-20 11:29:15 +00:00 committed by Gerrit Code Review
commit 68e1f00ab2
2 changed files with 2 additions and 2 deletions

View File

@ -10,7 +10,7 @@
],
"permissions": [
{
"path": "/var/log/kolla/ironic"
"path": "/var/log/kolla/ironic",
"owner": "ironic:ironic",
"recurse": true
}

View File

@ -20,7 +20,7 @@
"recurse": true
},
{
"path": "/tftpboot"
"path": "/tftpboot",
"owner": "ironic:ironic",
"recurse": true
}