Heat: Dont deploy cloudwatch by default
As per the Wiki page [1] and discussions on the openstack-dev mailing list [2], heat-api-cloudwatch was depreciated following the liberty cycle and slated for removal. It was fully removed during the queens development cycle. [1] https://wiki.openstack.org/wiki/Heat/Using-CloudWatch [2] http://lists.openstack.org/pipermail/openstack-dev/2015-April/061834.html Change-Id: I5c5461839f2351c3955efaec613bd4bcc7174f78
This commit is contained in:
parent
99b47be838
commit
f8a273d384
@ -791,11 +791,11 @@ manifests:
|
||||
cron_job_engine_cleaner: true
|
||||
deployment_api: true
|
||||
deployment_cfn: true
|
||||
deployment_cloudwatch: true
|
||||
deployment_cloudwatch: false
|
||||
deployment_engine: true
|
||||
ingress_api: true
|
||||
ingress_cfn: true
|
||||
ingress_cloudwatch: true
|
||||
ingress_cloudwatch: false
|
||||
job_bootstrap: true
|
||||
job_db_init: true
|
||||
job_db_sync: true
|
||||
@ -809,14 +809,14 @@ manifests:
|
||||
job_rabbit_init: true
|
||||
pdb_api: true
|
||||
pdb_cfn: true
|
||||
pdb_cloudwatch: true
|
||||
pdb_cloudwatch: false
|
||||
secret_db: true
|
||||
secret_keystone: true
|
||||
secret_rabbitmq: true
|
||||
service_api: true
|
||||
service_cfn: true
|
||||
service_cloudwatch: true
|
||||
service_cloudwatch: false
|
||||
service_ingress_api: true
|
||||
service_ingress_cfn: true
|
||||
service_ingress_cloudwatch: true
|
||||
service_ingress_cloudwatch: false
|
||||
statefulset_engine: false
|
||||
|
Loading…
Reference in New Issue
Block a user