From 8c674ed278bb5546f1b0f24f30f201055cd70569 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 14 May 2020 08:25:12 +0200 Subject: Protect Placement max microversion MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Change-Id: I911f396da0a904d193c74a58d6384f7f1c90420d Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 2 +- .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 2 +- 2 files changed, 2 insertions(+), 2 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 de796c540..9217b36f1 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -55,7 +55,7 @@ network-feature-enabled: port_security: true floating_ips: true placement: - max_microversion: 1.30 + max_microversion: "1.30" volume: max_microversion: 3.55 storage_protocol: ceph 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..e1cec94e2 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 @@ -55,7 +55,7 @@ network-feature-enabled: port_security: true floating_ips: true placement: - max_microversion: 1.30 + max_microversion: "1.30" volume: max_microversion: 3.55 storage_protocol: ceph -- cgit 1.2.3-korg