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:
Takashi Kajinami 2024-02-22 15:40:03 +09:00
parent 667bedb636
commit fc96ad92f6

View File

@ -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':