diff --git a/tasks/providers/dvr_config.yml b/tasks/providers/dvr_config.yml new file mode 120000 index 00000000..3d636167 --- /dev/null +++ b/tasks/providers/dvr_config.yml @@ -0,0 +1 @@ +ovs_config.yml \ No newline at end of file diff --git a/tasks/providers/ovs_config.yml b/tasks/providers/ovs_config.yml index b6958fd3..cf76ed0e 100644 --- a/tasks/providers/ovs_config.yml +++ b/tasks/providers/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