Support neutron availability zones
Enable host-specific configuration for l3 / dhcp agent Change-Id: Id2d66b9fbb82d28fef8f4fd31ab04b3e3506e21d Closes-Bug: 1650766
This commit is contained in:
parent
d062ab192d
commit
09141b6c9b
@ -116,6 +116,7 @@
|
||||
sources:
|
||||
- "{{ role_path }}/templates/dhcp_agent.ini.j2"
|
||||
- "{{ node_custom_config }}/neutron/dhcp_agent.ini"
|
||||
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/dhcp_agent.ini"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/dhcp_agent.ini"
|
||||
with_items:
|
||||
- "neutron-dhcp-agent"
|
||||
@ -134,6 +135,7 @@
|
||||
sources:
|
||||
- "{{ role_path }}/templates/l3_agent.ini.j2"
|
||||
- "{{ node_custom_config }}/neutron/l3_agent.ini"
|
||||
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/l3_agent.ini"
|
||||
dest: "{{ node_config_directory }}/{{ item }}/l3_agent.ini"
|
||||
with_items:
|
||||
- "neutron-l3-agent"
|
||||
|
Loading…
x
Reference in New Issue
Block a user