diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-30 13:02:49 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-04-30 13:05:02 +0200 |
commit | 33cde7b9b2eac02f4541f06b2b6d6b535c9bca07 (patch) | |
tree | 89c41200494a58db11ae9dfb37ed07a6b77aa35e /docker/smoke-cntt/tempest_conf.yaml | |
parent | b587669cdba298336dd2966d3562fff47dfe71da (diff) |
Fix the API microversions
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/api-ref/block-storage/api_microversion_history.html
Change-Id: I9ca4cd13a61b8e1e58ad2d61d395234df7911d47
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
Diffstat (limited to 'docker/smoke-cntt/tempest_conf.yaml')
-rw-r--r-- | docker/smoke-cntt/tempest_conf.yaml | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 76afc4661..cc97e4d8c 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - max_microversion: latest + max_microversion: 2.87 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -54,9 +54,9 @@ network-feature-enabled: port_security: true floating_ips: true placement: - max_microversion: latest + max_microversion: 1.36 volume: - max_microversion: latest + max_microversion: 3.60 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s |