Merge "Update Nova to use Cinder v3"

This commit is contained in:
Jenkins 2017-08-29 14:50:15 +00:00 committed by Gerrit Code Review
commit 0b5423e69b
1 changed files with 1 additions and 1 deletions

View File

@ -114,7 +114,7 @@ num_retries = {{ groups['glance-api'] | length }}
{% if enable_cinder | bool %}
[cinder]
catalog_info = volumev2:cinderv2:internalURL
catalog_info = volumev3:cinderv3:internalURL
os_region_name = {{ openstack_region_name }}
{% endif %}