Remove forgotten values from heat-api-cloudwatch

When heat-api-cloudwatch service was removed in
Ic11d8803bb260fe302da929eda9ec8d547a92176 two values,
heat_cw_port and heat_cw_ssl_port, were forgotten.

Change-Id: I8e2f32434ae1f103b38f4c8a468e655cfa790b24
This commit is contained in:
Stefan Scheglmann 2018-07-10 09:29:08 +02:00 committed by schegi
parent 519d0c6574
commit a5895d4f17

@ -540,8 +540,6 @@
# 'heat_api_ssl_port' (Defaults to 13004)
# 'heat_cfn_port' (Defaults to 8000)
# 'heat_cfn_ssl_port' (Defaults to 13005)
# 'heat_cw_port' (Defaults to 8003)
# 'heat_cw_ssl_port' (Defaults to 13003)
# 'ironic_api_port' (Defaults to 6385)
# 'ironic_api_ssl_port' (Defaults to 13385)
# 'ironic_inspector_port' (Defaults to 5050)
@ -733,8 +731,6 @@ class tripleo::haproxy (
heat_api_ssl_port => 13004,
heat_cfn_port => 8000,
heat_cfn_ssl_port => 13005,
heat_cw_port => 8003,
heat_cw_ssl_port => 13003,
ironic_api_port => 6385,
ironic_api_ssl_port => 13385,
ironic_inspector_port => 5050,