From be7e9313d07bfc0c0972108276f51a5e8b6dc881 Mon Sep 17 00:00:00 2001 From: yatin Date: Mon, 5 Feb 2018 09:22:30 +0530 Subject: [PATCH] Don't enable heat api_cloudwatch Heat has removed the cloudwatch api in [1] and it's package is removed in RDO in [2] so remove it's usage from puppet-openstack-integration as well. [1] https://review.openstack.org/#/c/534660/ [2] https://review.rdoproject.org/r/#/c/11705/ Change-Id: I2a69301c98366a49d3a5eb4184b9c20d9708551e --- manifests/heat.pp | 10 ---------- 1 file changed, 10 deletions(-) diff --git a/manifests/heat.pp b/manifests/heat.pp index 54e65db6a..69e8f2fb0 100644 --- a/manifests/heat.pp +++ b/manifests/heat.pp @@ -90,16 +90,6 @@ class openstack_integration::heat ( 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_cloudwatch': - service_name => 'httpd', - } - class { '::heat::wsgi::apache_api_cloudwatch': - bind_host => $::openstack_integration::config::host, - ssl => $::openstack_integration::config::ssl, - ssl_cert => $crt_file, - ssl_key => $key_file, - workers => 2, - } class { '::heat::api_cfn': service_name => 'httpd', }