Merge "Apply provider-configuration for 'ml2.ovs.dvr' also"
This commit is contained in:
commit
b606607f2f
1
tasks/providers/dvr_config.yml
Symbolic link
1
tasks/providers/dvr_config.yml
Symbolic link
@ -0,0 +1 @@
|
||||
ovs_config.yml
|
@ -21,7 +21,7 @@
|
||||
state: present
|
||||
when:
|
||||
- neutron_services['neutron-openvswitch-agent']['group'] in group_names
|
||||
- neutron_plugin_type == 'ml2.ovs'
|
||||
- neutron_plugin_type in ['ml2.ovs', 'ml2.ovs.dvr']
|
||||
- neutron_provider_networks.network_mappings is defined
|
||||
|
||||
- name: Add port to External Network Provider Bridge
|
||||
@ -31,6 +31,6 @@
|
||||
state: present
|
||||
when:
|
||||
- neutron_services['neutron-openvswitch-agent']['group'] in group_names
|
||||
- neutron_plugin_type == 'ml2.ovs'
|
||||
- neutron_plugin_type in ['ml2.ovs', 'ml2.ovs.dvr']
|
||||
- neutron_provider_networks.network_mappings is defined
|
||||
- neutron_provider_networks.network_interface is defined
|
||||
|
Loading…
x
Reference in New Issue
Block a user