From 64e1c34db730bf6decac5ef78a7ad0dc2a69c43c Mon Sep 17 00:00:00 2001 From: Cédric Ollivier Date: Tue, 14 Jul 2020 16:08:29 +0200 Subject: Update microversions (Train) in CNTT testing MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Baraque selects Train: https://github.com/cntt-n/CNTT/pull/1782 https://github.com/cntt-n/CNTT/pull/1783 Change-Id: Id9ee50133a3529e4c905b60f993762205178fe7c Signed-off-by: Cédric Ollivier (cherry picked from commit 60c2629983b21450cf430f47c538948472759ccb) --- docker/smoke-cntt/tempest_conf.yaml | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docker/smoke-cntt/tempest_conf.yaml b/docker/smoke-cntt/tempest_conf.yaml index 690b9387e..aa61e3724 100644 --- a/docker/smoke-cntt/tempest_conf.yaml +++ b/docker/smoke-cntt/tempest_conf.yaml @@ -1,6 +1,6 @@ --- compute: - max_microversion: 2.53 + max_microversion: 2.79 compute-feature-enabled: attach_encrypted_volume: false block_migration_for_live_migration: false @@ -55,7 +55,7 @@ network-feature-enabled: port_security: true floating_ips: true placement: - max_microversion: "1.10" + max_microversion: 1.36 validation: image_ssh_user: cirros ssh_timeout: 196 @@ -63,7 +63,7 @@ validation: run_validation: true connect_method: floating volume: - max_microversion: 3.43 + max_microversion: 3.59 storage_protocol: ceph manage_volume_ref: source-name,volume-%s manage_snapshot_ref: source-name,snapshot-%s -- cgit 1.2.3-korg