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:36:28 +0200 |
commit | d21d5a9b2ec663cc5f88169b814431def7a81968 (patch) | |
tree | f5ea5321550485aaf742c5d7cd8791ecd45422f0 | |
parent | c1b02b2c6e09686c89b47b0b99d4114af8403607 (diff) |
Fix load_balancer options if ovn
Change-Id: I362b70cdfe753f9c57f30d61662e9b08564ebfe9
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-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 cc92411d8..b6b650267 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 @@ -71,7 +71,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 |