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:
@@ -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.
|
@@ -110,7 +110,7 @@ memcache_servers = {{ memcached_servers }}
|
|||||||
|
|
||||||
# Cinder
|
# Cinder
|
||||||
[cinder]
|
[cinder]
|
||||||
catalog_info = volumev2:cinderv2:internalURL
|
catalog_info = volumev3:cinderv3:internalURL
|
||||||
cross_az_attach = {{ nova_cross_az_attach }}
|
cross_az_attach = {{ nova_cross_az_attach }}
|
||||||
os_region_name = {{ nova_service_region }}
|
os_region_name = {{ nova_service_region }}
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user