diff options
author | 2020-05-04 20:48:25 +0200 | |
---|---|---|
committer | 2020-05-04 20:48:25 +0200 | |
commit | 127c2fbf40a03be65773e0bd6c7080e639a4635e (patch) | |
tree | 7f500f4d59354a1fbb74a0a49f1fc98cbd5371c6 | |
parent | 93cb68d9f0f9b35e038f7521f3102e6b6942bf6f (diff) |
Fix load_balancer options if ovn
Change-Id: I11b4fbe20c3cec83ba34ddbe15717a9514130212
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 8 |
2 files changed, 6 insertions, 4 deletions
diff --git a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml index 49f2d76d6..eaae408d2 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - max_microversion: 2.79 + max_microversion: 2.72 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false 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 1d35622c8..65e745a31 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 @@ -1,6 +1,6 @@ --- compute: - max_microversion: 2.65 + max_microversion: 2.72 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -55,9 +55,9 @@ network-feature-enabled: port_security: true floating_ips: true placement: - max_microversion: 1.30 + max_microversion: 1.31 volume: - max_microversion: 3.55 + max_microversion: 3.59 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s @@ -71,6 +71,8 @@ volume-feature-enabled: extend_attached_volume: false consistency_group: false volume_revert: true +load_balancer: + test_with_ipv6: false neutron_plugin_options: agent_availability_zone: nova available_type_drivers: flat,geneve,vlan,local |