Merge "Apply provider-configuration for 'ml2.ovs.dvr' also"

This commit is contained in:
Zuul 2018-12-01 03:48:23 +00:00 committed by Gerrit Code Review
commit b606607f2f
2 changed files with 3 additions and 2 deletions

View File

@ -0,0 +1 @@
ovs_config.yml

View File

@ -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