Merge "Heat: Dont deploy cloudwatch by default"

This commit is contained in:
Zuul 2018-05-13 04:04:11 +00:00 committed by Gerrit Code Review
commit 7b4e272cc5

View File

@ -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