From a20e7865e30e7e5d28321405a7aa97f852c9fa37 Mon Sep 17 00:00:00 2001 From: yatin Date: Fri, 7 Sep 2018 10:20:55 +0530 Subject: [PATCH] Remove nova_catalog*_info params for cinder::api nova_catalog_admin_info removed in [1], nova_catalog_info removed in [2], stop configuring them via packstack. [1] https://review.openstack.org/#/c/559974 [2] https://review.openstack.org/#/c/600164/ Change-Id: Ia284af18b9ca2e7777ef9d4ea84ed9758fc4ab19 --- packstack/puppet/modules/packstack/manifests/cinder.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/packstack/puppet/modules/packstack/manifests/cinder.pp b/packstack/puppet/modules/packstack/manifests/cinder.pp index c7217b769..0445b477c 100644 --- a/packstack/puppet/modules/packstack/manifests/cinder.pp +++ b/packstack/puppet/modules/packstack/manifests/cinder.pp @@ -33,8 +33,6 @@ class packstack::cinder () class { '::cinder::api': bind_host => $bind_host, - nova_catalog_info => 'compute:nova:publicURL', - nova_catalog_admin_info => 'compute:nova:adminURL', service_workers => hiera('CONFIG_SERVICE_WORKERS'), default_volume_type => $default_volume_type, }