From 5eba92a52ee791b927b0bcaabd2706161dbf0925 Mon Sep 17 00:00:00 2001 From: yatinkarel Date: Mon, 25 Jan 2021 17:50:36 +0530 Subject: [PATCH] Remove usage of nova::glance_api_servers nova::glance_api_servers was deprecated and is removed with [1], remove it's usage from packstack too. [1] https://review.opendev.org/770684 Change-Id: Iae64e18f545503454ce022442a4f72069b729c7f --- packstack/puppet/modules/packstack/manifests/nova.pp | 2 -- 1 file changed, 2 deletions(-) diff --git a/packstack/puppet/modules/packstack/manifests/nova.pp b/packstack/puppet/modules/packstack/manifests/nova.pp index cc7092214..bb5539359 100644 --- a/packstack/puppet/modules/packstack/manifests/nova.pp +++ b/packstack/puppet/modules/packstack/manifests/nova.pp @@ -32,7 +32,6 @@ class packstack::nova () File[$files_to_set_owner] ~> Service<| tag == 'nova-service' |> } - $nova_common_rabbitmq_cfg_storage_host = hiera('CONFIG_STORAGE_HOST_URL') if hiera('CONFIG_CEILOMETER_INSTALL') == 'y' { $nova_common_notification_driver = 'messagingv2' $notify_on_state_change = 'vm_and_task_state' @@ -62,7 +61,6 @@ class packstack::nova () } class { '::nova': - glance_api_servers => "http://${nova_common_rabbitmq_cfg_storage_host}:9292", default_transport_url => "rabbit://${rabbit_userid}:${rabbit_password}@${rabbit_host}:${rabbit_port}/", rabbit_use_ssl => hiera('CONFIG_AMQP_SSL_ENABLED'), nova_public_key => $public_key,