add aodh component to the deployment

Change-Id: Ic73d37a368ba6065a176ef0cfae229e39674ab25
This commit is contained in:
zhouya 2017-09-12 10:25:32 +08:00
parent 712949b3e8
commit e0fd012133
1 changed files with 2 additions and 1 deletions

View File

@ -161,7 +161,8 @@ def config_lvm_for_cinder(config_data):
def enable_ceilometer():
ceilometer_config = {"enable_ceilometer": "yes",
"enable_mongodb": "yes"}
"enable_mongodb": "yes",
"enable_aodh": "yes"}
update_kolla_globals_yml(ceilometer_config)