From 3437354fb7e5e89a7e26e9b29baa2264ac19f4d7 Mon Sep 17 00:00:00 2001 From: schegi Date: Wed, 11 Jul 2018 10:38:53 +0200 Subject: [PATCH] Remove heat_watch_server_url parameter In change I155c92edd5d6959ac23d99804fd95dfb99c7042e the heat-api-cloudwatch support was removed from puppet-heat. In change Icb9fa01cb37dd15b66fc6f1de183149ff884363d the forgotten parameter heat_watch_server_url was also removed from puppet-heat. This change removes this parameter from the heat::engine call in heat.pp Change-Id: I2d33868ce8ce87565e1fa7125aa9f36463813b2e --- manifests/heat.pp | 1 - 1 file changed, 1 deletion(-) diff --git a/manifests/heat.pp b/manifests/heat.pp index f3b91bc9e..995a89049 100644 --- a/manifests/heat.pp +++ b/manifests/heat.pp @@ -88,7 +88,6 @@ class openstack_integration::heat ( auth_encryption_key => '1234567890AZERTYUIOPMLKJHGFDSQ12', heat_metadata_server_url => "${::openstack_integration::config::base_url}:8000", heat_waitcondition_server_url => "${::openstack_integration::config::base_url}:8000/v1/waitcondition", - heat_watch_server_url => "${::openstack_integration::config::base_url}:8003", } class { '::heat::api_cfn': service_name => 'httpd',