nova: set catalog_info to InternalURL

In nova.conf, set cinder/catalog_info to 'volumev2:cinderv2:internalURL'
instead of 'volumev2:cinderv2:publicURL'.
So Nova will use internal Cinder endpoint to reach volume API by
using internal network.

Change-Id: Ia34f0fe59f662c3ad29ca0178c01ef1570759d57
(cherry picked from commit c66c5c6ff8)
This commit is contained in:
Emilien Macchi 2015-09-21 14:46:24 -04:00 committed by Steven Hardy
parent 31fa053015
commit 6fdbbb6e87
2 changed files with 2 additions and 4 deletions

View File

@ -29,3 +29,5 @@ cinder::rabbit_heartbeat_timeout_threshold: 60
ceilometer::rabbit_heartbeat_timeout_threshold: 60
heat::rabbit_heartbeat_timeout_threshold: 60
keystone::rabbit_heartbeat_timeout_threshold: 60
nova::cinder_catalog_info: 'volumev2:cinderv2:internalURL'

View File

@ -15,10 +15,6 @@ nova::compute::rbd::rbd_keyring: 'client.openstack'
nova::compute::rbd::libvirt_images_rbd_pool: 'vms'
nova::compute::rbd::libvirt_rbd_secret_uuid: "%{hiera('ceph::profile::params::fsid')}"
nova::config::nova_config:
cinder/catalog_info:
value: 'volumev2:cinderv2:internalURL'
ceilometer::agent::auth::auth_tenant_name: 'service'
compute_classes: []