Use the cinderv3 endpoint by default

Since cinderv2 is now deprecated, nova should default to use the
cinderv3 endpoint.

Change-Id: Ifed3e46c695d5eb42565a1d10145c2f3eaea0334
Depends-On: If6b8c1c15464c6bf7d5240a1f17e0e590dcaf7cd
Closes-Bug: #1673226
This commit is contained in:
Andy McCrae 2017-03-16 13:59:37 +01:00
parent b87bb37d8c
commit 863da4bce1
2 changed files with 7 additions and 1 deletions

View File

@ -0,0 +1,6 @@
---
upgrade:
- When upgrading nova the cinder ``catalog_info`` will
change to use the ``cinderv3`` endpoint. Ensure that
you have upgraded cinder so that the ``cinderv3``
endpoint exists in the keystone catalog.

View File

@ -110,7 +110,7 @@ memcache_servers = {{ memcached_servers }}
# Cinder
[cinder]
catalog_info = volumev2:cinderv2:internalURL
catalog_info = volumev3:cinderv3:internalURL
cross_az_attach = {{ nova_cross_az_attach }}
os_region_name = {{ nova_service_region }}