Merge "Fix conditional for ovs"

This commit is contained in:
Zuul 2021-03-11 01:55:44 +00:00 committed by Gerrit Code Review
commit fc34321dc6
1 changed files with 1 additions and 1 deletions

View File

@ -24,7 +24,7 @@
when:
- neutron_services['neutron-openvswitch-agent']['group'] in group_names
- neutron_plugin_type in ['ml2.ovs', 'ml2.ovs.dvr']
- neutron_provider_networks.network_mappings is defined
- neutron_provider_networks.network_mappings is defined and (neutron_provider_networks.network_mappings|length > 0)
- not ovs_dpdk_support
- name: Add ports to Network Provider Bridges