Cinder: Look up glance endpoint from catalog
... instead of overriding the endpoint. This allows us to decouble cinder manifest from glance manifest. Change-Id: Ifa9f23c11be6fc9d14c4373a7ee605033738897b
This commit is contained in:
parent
667bedb636
commit
fc96ad92f6
@ -138,9 +138,7 @@ class openstack_integration::cinder (
|
||||
}
|
||||
class { 'cinder::backup': }
|
||||
class { 'cinder::cron::db_purge': }
|
||||
class { 'cinder::glance':
|
||||
glance_api_servers => "http://${::openstack_integration::config::ip_for_url}:9292",
|
||||
}
|
||||
class { 'cinder::glance': }
|
||||
case $backend {
|
||||
'iscsi': {
|
||||
class { 'cinder::setup_test_volume':
|
||||
|
Loading…
x
Reference in New Issue
Block a user