diff options
author | 2023-03-13 10:52:42 +0100 | |
---|---|---|
committer | 2023-03-13 11:40:49 +0100 | |
commit | 37fc5eb150077eff9a509a31ee2afeaca4055718 (patch) | |
tree | 1b7134bcb5bd8f5a7411f0bec945dea5a1e52c66 | |
parent | d9bb272ae725547b7a95199fa4442335142943ea (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 21df8dacb..bd15dc96d 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: '2.93' 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 db98f1a66..9f3f4e64c 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: '2.93' compute-feature-enabled: attach_encrypted_volume: false |