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
This commit is contained in:
yatin 2018-02-05 09:22:30 +05:30
parent 992b1734f1
commit be7e9313d0

View File

@ -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',
}