Switch cinder_catalog_info from v2 to v3

nova removed cinder v2 support in [1], and puppet-nova
changed default in [2].

[1] https://review.openstack.org/#/c/501874/
[2] https://review.openstack.org/#/c/506557/

Change-Id: I38e90e3e82067f8984981d9d2fb5d49d86b923e5
This commit is contained in:
yatin 2017-10-23 17:01:31 +05:30
parent fa2528840d
commit 44c2a34651
1 changed files with 1 additions and 1 deletions

View File

@ -223,7 +223,7 @@ outputs:
nova::network::neutron::neutron_url: {get_param: [EndpointMap, NeutronInternal, uri]}
nova::network::neutron::neutron_auth_url: {get_param: [EndpointMap, KeystoneV3Admin, uri]}
nova::rabbit_heartbeat_timeout_threshold: 60
nova::cinder_catalog_info: 'volumev2:cinderv2:internalURL'
nova::cinder_catalog_info: 'volumev3:cinderv3:internalURL'
nova::host: '%{::fqdn}'
nova::notify_on_state_change: 'vm_and_task_state'
nova::notification_driver: {get_param: NotificationDriver}