Merge "[ovn] Enable IPv6 metadata tests for OVN"

This commit is contained in:
Zuul 2024-01-26 10:44:22 +00:00 committed by Gerrit Code Review
commit 887d41532d
1 changed files with 2 additions and 1 deletions

View File

@ -646,6 +646,7 @@
s-container: false s-container: false
s-object: false s-object: false
s-proxy: false s-proxy: false
network_available_features: *available_features
devstack_local_conf: devstack_local_conf:
post-config: post-config:
$NEUTRON_CONF: $NEUTRON_CONF:
@ -658,7 +659,7 @@
test-config: test-config:
$TEMPEST_CONFIG: $TEMPEST_CONFIG:
network-feature-enabled: network-feature-enabled:
available_features: "" available_features: "{{ network_available_features | join(',') }}"
neutron_plugin_options: neutron_plugin_options:
available_type_drivers: local,flat,vlan,geneve available_type_drivers: local,flat,vlan,geneve
is_igmp_snooping_enabled: True is_igmp_snooping_enabled: True