Update Nova to use Cinder v3
v3 is marked at the "CURRENT" api for Cinder and should be default for Nova (https://docs.openstack.org/ocata/config-reference/compute/config-options.html) Change-Id: I3280d28bbb11bfe5a957a1ccac63d3dee630748d
This commit is contained in:
parent
4510c525a6
commit
182cea7820
@ -129,7 +129,7 @@ num_retries = {{ groups['glance-api'] | length }}
|
|||||||
|
|
||||||
{% if enable_cinder | bool %}
|
{% if enable_cinder | bool %}
|
||||||
[cinder]
|
[cinder]
|
||||||
catalog_info = volumev2:cinderv2:internalURL
|
catalog_info = volumev3:cinderv3:internalURL
|
||||||
os_region_name = {{ openstack_region_name }}
|
os_region_name = {{ openstack_region_name }}
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user