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
42 lines
1.2 KiB
Django/Jinja
42 lines
1.2 KiB
Django/Jinja
{
|
|
"command": "",
|
|
"config_files": [
|
|
{
|
|
"source": "{{ container_config_directory }}/neutron.conf",
|
|
"dest": "/etc/neutron/neutron.conf",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/dhcp_agent.ini",
|
|
"dest": "/etc/neutron/dhcp_agent.ini",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/dnsmasq.conf",
|
|
"dest": "/etc/neutron/dnsmasq.conf",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/l3_agent.ini",
|
|
"dest": "/etc/neutron/l3_agent.ini",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/ml2_conf.ini",
|
|
"dest": "/etc/neutron/plugins/ml2/ml2_conf.ini",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
},
|
|
{
|
|
"source": "{{ container_config_directory }}/metadata_agent.ini",
|
|
"dest": "/etc/neutron/metadata_agent.ini",
|
|
"owner": "neutron",
|
|
"perm": "0600"
|
|
}
|
|
]
|
|
}
|