Remove ceilometer specific config for grenade plugin

Ceilometer services are now enabled and controlled via a plugin
with this change Ie3219a41a3d371d9ac21552e3d8b15775ea696f6. This
means we can remove all ceilometer specific manual config entries
in the grenade plugin.

Related-Bug: #1489436

Change-Id: I2fbff1fed38ac8acc8a7950024714abea049aeb8
This commit is contained in:
Sirushti Murugesan 2015-09-23 22:05:50 +05:30
parent dda94d7681
commit 667fd80d47
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
register_project_for_upgrade heat register_project_for_upgrade heat
register_db_to_save heat register_db_to_save heat
devstack_localrc base enable_service h-api h-api-cfn h-api-cw h-eng heat tempest ceilometer-alarm-evaluator ceilometer-alarm-notifier ceilometer-anotification devstack_localrc base enable_service h-api h-api-cfn h-api-cw h-eng heat tempest
devstack_localrc target enable_service h-api h-api-cfn h-api-cw h-eng heat tempest ceilometer-alarm-evaluator ceilometer-alarm-notifier ceilometer-anotification devstack_localrc target enable_service h-api h-api-cfn h-api-cw h-eng heat tempest
BASE_RUN_SMOKE=False BASE_RUN_SMOKE=False
TARGET_RUN_SMOKE=False TARGET_RUN_SMOKE=False