diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-04 20:36:28 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-05-04 20:37:56 +0200 |
commit | 29a61c0abff62495b1fb400538b359b371fa12c1 (patch) | |
tree | 4d4c07ecc558a49ba4e403ba25248a6ccff6f372 | |
parent | 8a0dfa7d40cc0aa2a144fb4e5c0a0dbf223fcc69 (diff) |
Fix load_balancer options if ovn
Change-Id: I362b70cdfe753f9c57f30d61662e9b08564ebfe9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
(cherry picked from commit d21d5a9b2ec663cc5f88169b814431def7a81968)
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml index a20920300..bf8eeac61 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml @@ -72,7 +72,7 @@ volume-feature-enabled: consistency_group: false volume_revert: true load_balancer: - test_with_noop: true + test_with_ipv6: false neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,local |