Merge "Support neutron availability zones"
This commit is contained in:
commit
3e964a157b
@ -116,6 +116,7 @@
|
|||||||
sources:
|
sources:
|
||||||
- "{{ role_path }}/templates/dhcp_agent.ini.j2"
|
- "{{ role_path }}/templates/dhcp_agent.ini.j2"
|
||||||
- "{{ node_custom_config }}/neutron/dhcp_agent.ini"
|
- "{{ node_custom_config }}/neutron/dhcp_agent.ini"
|
||||||
|
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/dhcp_agent.ini"
|
||||||
dest: "{{ node_config_directory }}/{{ item }}/dhcp_agent.ini"
|
dest: "{{ node_config_directory }}/{{ item }}/dhcp_agent.ini"
|
||||||
with_items:
|
with_items:
|
||||||
- "neutron-dhcp-agent"
|
- "neutron-dhcp-agent"
|
||||||
@ -134,6 +135,7 @@
|
|||||||
sources:
|
sources:
|
||||||
- "{{ role_path }}/templates/l3_agent.ini.j2"
|
- "{{ role_path }}/templates/l3_agent.ini.j2"
|
||||||
- "{{ node_custom_config }}/neutron/l3_agent.ini"
|
- "{{ node_custom_config }}/neutron/l3_agent.ini"
|
||||||
|
- "{{ node_custom_config }}/neutron/{{ inventory_hostname }}/l3_agent.ini"
|
||||||
dest: "{{ node_config_directory }}/{{ item }}/l3_agent.ini"
|
dest: "{{ node_config_directory }}/{{ item }}/l3_agent.ini"
|
||||||
with_items:
|
with_items:
|
||||||
- "neutron-l3-agent"
|
- "neutron-l3-agent"
|
||||||
|
Loading…
Reference in New Issue
Block a user