Ensure CinderStorage nodes use internalURL as catalog_info

By default Cinder will get the publicURL for Nova and Swift, which
is not reachable by the CinderStorage nodes.

Change-Id: I25b7900c9ab261e0f706257ffdf6844533b63b94
This commit is contained in:
Giulio Fidente 2015-07-17 00:01:33 +02:00
parent b9a1f31df3
commit e91d3b1d03
2 changed files with 7 additions and 0 deletions

View File

@ -3,4 +3,10 @@
# cinder
cinder::scheduler::scheduler_driver: cinder.scheduler.filter_scheduler.FilterScheduler
cinder::config::cinder_config:
DEFAULT/nova_catalog_info:
value: 'compute:Compute Service:internalURL'
DEFAULT/swift_catalog_info:
value: 'object-store:swift:internalURL'
volume_classes: []

View File

@ -31,6 +31,7 @@ if count(hiera('ntp::servers')) > 0 {
}
include ::cinder
include ::cinder::config
include ::cinder::glance
include ::cinder::volume
include ::cinder::setup_test_volume