Ensure compute nodes use internalURL as catalog_info

By default Nova will get the publicURL instead, which is not
reachable by the compute nodes.

Change-Id: I57b6a7a7eddb0ffaf6d2d152d932f390c48f908e
This commit is contained in:
Giulio Fidente 2015-07-16 23:45:20 +02:00
parent b9a1f31df3
commit fa363535af
2 changed files with 5 additions and 0 deletions

View File

@ -15,6 +15,10 @@ 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: []

View File

@ -44,6 +44,7 @@ exec { 'libvirt-default-net-destroy':
}
include ::nova
include ::nova::config
include ::nova::compute
nova_config {