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
This commit is contained in:
parent
98b9e7e1dd
commit
3437354fb7
@ -88,7 +88,6 @@ class openstack_integration::heat (
|
|||||||
auth_encryption_key => '1234567890AZERTYUIOPMLKJHGFDSQ12',
|
auth_encryption_key => '1234567890AZERTYUIOPMLKJHGFDSQ12',
|
||||||
heat_metadata_server_url => "${::openstack_integration::config::base_url}:8000",
|
heat_metadata_server_url => "${::openstack_integration::config::base_url}:8000",
|
||||||
heat_waitcondition_server_url => "${::openstack_integration::config::base_url}:8000/v1/waitcondition",
|
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':
|
class { '::heat::api_cfn':
|
||||||
service_name => 'httpd',
|
service_name => 'httpd',
|
||||||
|
Loading…
Reference in New Issue
Block a user