diff options
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 |