aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorCédric Ollivier <cedric.ollivier@orange.com>2020-05-14 08:25:12 +0200
committerCédric Ollivier <cedric.ollivier@orange.com>2020-05-14 08:52:53 +0200
commit8c674ed278bb5546f1b0f24f30f201055cd70569 (patch)
treee5947f895088c8384357a2a81ae723ec09d172eb
parentd7fb1fbdc686131a47c5756a3716b527cf6b0408 (diff)
Protect Placement max microversion
Change-Id: I911f396da0a904d193c74a58d6384f7f1c90420d Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml2
-rw-r--r--functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml2
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