Add some docs on how to setup Ceilometer to use Alarms

We need to use Ceilometer's mongo backend if we want to use
alarms as the sql backend is missing a feature.

Works around bug #1223710

Change-Id: Ib569cfd650ce14480496530e7bbf1b2f71a24c02
This commit is contained in:
Angus Salkeld 2013-10-03 08:56:46 +10:00
parent 3dbff38ef6
commit 45f1a3fb51
1 changed files with 12 additions and 2 deletions

View File

@ -32,10 +32,20 @@ URLs for any of [http://fedorapeople.org/groups/heat/prebuilt-jeos-images/ these
That is all the configuration that is required. When you run `./stack.sh` the Heat processes will be launched in `screen` with the labels prefixed with `h-`.
Confirming heat is responding
Configure DevStack to enable Ceilometer (if using Alarms)
---------------------------------------------------------
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=mongo
enable_service ceilometer-acompute ceilometer-acentral ceilometer-collector ceilometer-api
enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator
Confirming Heat is responding
-----------------------------
Before any heat commands can be run, the authentication environment
Before any Heat commands can be run, the authentication environment
needs to be loaded::
source openrc