Parameterize value `enabled` for cloudwatch-api
Reason: Heat CloudWatch API has been removed from
openstack Queens and above.
Stacklight team have fired Alert about heat cloudwatch but
its a false positive since in recent heat this cloudwatch
is not longer present.
Change-Id: Id540c386f87279d4601b13510b4a548e0f20721f
Related-Prod: PROD-25742 (PROD:25742)
diff --git a/defaults/init.yml b/defaults/init.yml
index 73322b4..bcface8 100644
--- a/defaults/init.yml
+++ b/defaults/init.yml
@@ -45,3 +45,5 @@
single_address: '127.0.0.1'
# Stub parameter, to render target local_registry_mirror_image_list
local_docker_client_registry_target_registry: "apt:5000"
+ # Cloudwatch api removed from Queens
+ openstack_heat_cloudwatch_api_enabled: True