Merge "Switch Nova/Tempest to use/test Cinder API v2"

This commit is contained in:
Jenkins 2015-09-02 22:54:14 +00:00 committed by Gerrit Code Review
commit 46b51f7fd1
2 changed files with 2 additions and 2 deletions

View File

@ -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 }}

View File

@ -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