Change-Id: I0e2b02f6ce5b315da090a5a04ae1c0e40ec114aa
Signed-off-by: Cédric Ollivier <cedric.ollivier@orange.com>
---
compute:
- max_microversion: latest
+ max_microversion: 2.87
compute-feature-enabled:
attach_encrypted_volume: false
block_migration_for_live_migration: false
port_security: true
floating_ips: true
placement:
- max_microversion: latest
+ max_microversion: 1.36
validation:
image_ssh_user: cirros
ssh_timeout: 196
run_validation: true
connect_method: floating
volume:
- max_microversion: latest
+ max_microversion: 3.62
storage_protocol: ceph
manage_volume_ref: source-name,volume-%s
manage_snapshot_ref: source-name,snapshot-%s
---
compute:
- max_microversion: latest
+ max_microversion: 2.87
compute-feature-enabled:
attach_encrypted_volume: false
block_migration_for_live_migration: false
port_security: true
floating_ips: true
placement:
- max_microversion: latest
+ max_microversion: 1.36
validation:
image_ssh_user: cirros
ssh_timeout: 196
run_validation: true
connect_method: floating
volume:
- max_microversion: latest
+ max_microversion: 3.62
storage_protocol: ceph
manage_volume_ref: source-name,volume-%s
manage_snapshot_ref: source-name,snapshot-%s
if version > (2, 87):
osversion = "Master"
elif version > (2, 79):
- osversion = "Ussuri"
+ osversion = "Ussuri or Victoria"
elif version > (2, 72):
osversion = "Train"
elif version > (2, 65):