Merge "Plug port on OVS agents instead of L3 agents only"
This commit is contained in:
commit
74247e24a7
@ -20,7 +20,7 @@
|
|||||||
fail_mode: secure
|
fail_mode: secure
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- neutron_services['neutron-l3-agent']['group'] in group_names
|
- neutron_services['neutron-openvswitch-agent']['group'] in group_names
|
||||||
- neutron_plugin_type == 'ml2.ovs'
|
- neutron_plugin_type == 'ml2.ovs'
|
||||||
- neutron_provider_networks.network_mappings is defined
|
- neutron_provider_networks.network_mappings is defined
|
||||||
|
|
||||||
@ -30,7 +30,7 @@
|
|||||||
port: "{{ neutron_provider_networks.network_interface }}"
|
port: "{{ neutron_provider_networks.network_interface }}"
|
||||||
state: present
|
state: present
|
||||||
when:
|
when:
|
||||||
- neutron_services['neutron-l3-agent']['group'] in group_names
|
- neutron_services['neutron-openvswitch-agent']['group'] in group_names
|
||||||
- neutron_plugin_type == 'ml2.ovs'
|
- neutron_plugin_type == 'ml2.ovs'
|
||||||
- neutron_provider_networks.network_mappings is defined
|
- neutron_provider_networks.network_mappings is defined
|
||||||
- neutron_provider_networks.network_interface is defined
|
- neutron_provider_networks.network_interface is defined
|
||||||
|
Loading…
Reference in New Issue
Block a user