diff options
author | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-14 16:08:29 +0200 |
---|---|---|
committer | Cédric Ollivier <cedric.ollivier@orange.com> | 2020-07-14 16:08:29 +0200 |
commit | 60c2629983b21450cf430f47c538948472759ccb (patch) | |
tree | 1b7ed400f7368875eb77c3f2327e3f22e14ead82 /docker/smoke-cntt/tempest_conf.yaml | |
parent | 31bf59e9ecefbf6c917638d2ab4c13f635f8f622 (diff) |
Update microversions (Train) in CNTT testing
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 <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 aa9537114..74a546a8b 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 @@ -54,7 +54,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 @@ -62,7 +62,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 |