From 331e808bf21d33c1c8f026ee75c8991a33ca7c57 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Mon, 13 Mar 2023 10:52:42 +0100 Subject: Set Compute min_microversion to 2.36 MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit https://review.opendev.org/c/openstack/tempest/+/557169 Change-Id: I98c126deaae201a2d7b54972079fcc4d9703015f Signed-off-by: Cédric Ollivier --- functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 1 + .../opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 1 + 2 files changed, 2 insertions(+) (limited to 'functest') 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 -- cgit 1.2.3-korg