Merge "Switch Nova/Tempest to use/test Cinder API v2"
This commit is contained in:
commit
46b51f7fd1
@ -127,7 +127,7 @@ notification_driver = messagingv2
|
|||||||
|
|
||||||
# Cinder
|
# Cinder
|
||||||
[cinder]
|
[cinder]
|
||||||
catalog_info = volume:cinder:internalURL
|
catalog_info = volumev2:cinderv2:internalURL
|
||||||
cross_az_attach = {{ nova_cross_az_attach }}
|
cross_az_attach = {{ nova_cross_az_attach }}
|
||||||
|
|
||||||
|
|
||||||
|
@ -226,7 +226,7 @@ volume_size = 1
|
|||||||
[volume-feature-enabled]
|
[volume-feature-enabled]
|
||||||
api_extensions = all
|
api_extensions = all
|
||||||
api_v1 = true
|
api_v1 = true
|
||||||
api_v2 = false
|
api_v2 = true
|
||||||
backup = {{ tempest_volume_backup_enabled }}
|
backup = {{ tempest_volume_backup_enabled }}
|
||||||
multi_backend = false
|
multi_backend = false
|
||||||
snapshot = false
|
snapshot = false
|
||||||
|
Loading…
x
Reference in New Issue
Block a user