add ceilometer notification agent to docs

when using ceilometer, ceilometer-anotification service is required
as it does all the processing. it is missing from the setup docs.

Change-Id: I4773f896dab580343ab445ec772c45dfe2f3ef7b
This commit is contained in:
gordon chung 2015-08-11 16:35:26 -04:00
parent acdd4ef05f
commit 44336983ae
1 changed files with 1 additions and 1 deletions

View File

@ -46,7 +46,7 @@ To use Ceilometer Alarms you need to enable Ceilometer in devstack.
Adding the following lines to your `localrc` file will enable the ceilometer services::
CEILOMETER_BACKEND=mongodb
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api
enable_service ceilometer-anotification ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api
enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator
Configure DevStack to enable OSprofiler