Merge "fix config file permission to ironic instead of root"

This commit is contained in:
Jenkins 2016-09-19 14:36:14 +00:00 committed by Gerrit Code Review
commit fc97971f40

View File

@ -4,7 +4,7 @@
{
"source": "{{ container_config_directory }}/ironic.conf",
"dest": "/etc/ironic/ironic.conf",
"owner": "root",
"owner": "ironic",
"perm": "0600"
}
]