From fc96ad92f685b7e1666aa346b7498aeb8d339d67 Mon Sep 17 00:00:00 2001 From: Takashi Kajinami Date: Thu, 22 Feb 2024 15:40:03 +0900 Subject: [PATCH] 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 --- manifests/cinder.pp | 4 +--- 1 file changed, 1 insertion(+), 3 deletions(-) diff --git a/manifests/cinder.pp b/manifests/cinder.pp index 56ca5d632..7750f9331 100644 --- a/manifests/cinder.pp +++ b/manifests/cinder.pp @@ -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':