From 33cde7b9b2eac02f4541f06b2b6d6b535c9bca07 Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Thu, 30 Apr 2020 13:02:49 +0200 Subject: Fix the API microversions MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 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 --- docker/smoke-cntt/tempest_conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'docker') 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 -- cgit 1.2.3-korg