diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-21 14:24:52 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2021-05-21 14:52:19 +0200 |
commit | 8af9b1b3b07f2e740a03f7a7e0754c6071be1ce8 (patch) | |
tree | 1caebae636c7e53e0a2ec44b68f06c772d8710ec | |
parent | 3c03556cee1526bed33cf0976a22612283b7821a (diff) |
Update max micro versions in tempest configs
https://docs.openstack.org/nova/latest/reference/api-microversion-history.html
https://docs.openstack.org/placement/latest/placement-api-microversion-history.html
https://docs.openstack.org/cinder/latest/contributor/api_microversion_history.html
Change-Id: I45384e45f7046cba53beb53a16ca52b3be44276d
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml | 6 | ||||
-rw-r--r-- | functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf_ovn.yaml | 6 |
2 files changed, 6 insertions, 6 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 25ffe5049..f5624ed0e 100644 --- a/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml +++ b/functest/opnfv_tests/openstack/tempest/custom_tests/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - max_microversion: latest + max_microversion: 2.88 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -55,14 +55,14 @@ network-feature-enabled: port_admin_state_change: true port_security: true placement: - max_microversion: latest + max_microversion: 1.36 validation: image_ssh_user: cirros ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true volume: - max_microversion: latest + max_microversion: 3.64 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s 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 ab82b87b1..ad9ec680f 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,6 +1,6 @@ --- compute: - max_microversion: latest + max_microversion: 2.88 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -55,14 +55,14 @@ network-feature-enabled: port_admin_state_change: true port_security: true placement: - max_microversion: latest + max_microversion: 1.36 validation: image_ssh_user: cirros ssh_timeout: 196 ip_version_for_ssh: 4 run_validation: true volume: - max_microversion: latest + max_microversion: 3.64 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s |