diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-03-13 10:52:42 +0100 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2023-05-12 14:20:18 +0200 |
commit | 331e808bf21d33c1c8f026ee75c8991a33ca7c57 (patch) | |
tree | e96b35325fd17f5d4f49a1772b131c841fec2d6a | |
parent | 9bdc0c4e9cc6ae42e38c8e1d395ea1bc97fe1c89 (diff) |
Set Compute min_microversion to 2.36
https://review.opendev.org/c/openstack/tempest/+/557169
Change-Id: I98c126deaae201a2d7b54972079fcc4d9703015f
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
3 files changed, 3 insertions, 0 deletions
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 |