Merge "Ensure compute nodes use internalURL as catalog_info"
This commit is contained in:
commit
a38319dde5
@ -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: []
|
@ -44,6 +44,7 @@ exec { 'libvirt-default-net-destroy':
|
||||
}
|
||||
|
||||
include ::nova
|
||||
include ::nova::config
|
||||
include ::nova::compute
|
||||
|
||||
nova_config {
|
||||
|
Loading…
x
Reference in New Issue
Block a user