94162bd08f
This brings Kolla images inline with FHS and should make finding locations of things more consistent and reliable with the linux world at large. Change-Id: Iece5b4da4bace0fb8b1f41a65ab2c852ec73e6f8 Closes-Bug: #1485742
12 lines
265 B
Django/Jinja
12 lines
265 B
Django/Jinja
{
|
|
"command": "/usr/bin/ironic-api",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/ironic.conf",
|
|
"dest": "/etc/ironic/ironic.conf",
|
|
"owner": "ironic",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|