From 331e808bf21d33c1c8f026ee75c8991a33ca7c57 Mon Sep 17 00:00:00 2001 From: =?utf8?q?C=C3=A9dric=20Ollivier?= Date: Mon, 13 Mar 2023 10:52:42 +0100 Subject: [PATCH] Set Compute min_microversion to 2.36 MIME-Version: 1.0 Content-Type: text/plain; charset=utf8 Content-Transfer-Encoding: 8bit https://review.opendev.org/c/openstack/tempest/+/557169 Change-Id: I98c126deaae201a2d7b54972079fcc4d9703015f Signed-off-by: Cédric Ollivier --- docker/smoke-cntt/tempest_conf.yaml | 1 + functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 + .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 1 + 3 files changed, 3 insertions(+) diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index adee9580d..e4784879b 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -1,5 +1,6 @@ --- compute: + min_microversion: 2.36 max_microversion: 2.88 compute-feature-enabled: attach_encrypted_volume: false 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 0aece21e8..1ccb41635 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -1,5 +1,6 @@ --- compute: + min_microversion: '2.36' max_microversion: latest compute-feature-enabled: attach_encrypted_volume: 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 009fc6547..b441a0cd5 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,5 +1,6 @@ --- compute: + min_microversion: '2.36' max_microversion: latest compute-feature-enabled: attach_encrypted_volume: false -- 2.16.6