Fix ceilometer backend in heat docs

Latest devstack does not support CEILOMETER_BACKEND=mongo
in local.conf. So we need to fix it in the documentation for
newbies.

Change-Id: I48747be9d5c54d496653439d731f0ef77201a4f2
This commit is contained in:
kairat_kushaev
2015-06-19 12:38:48 +03:00
parent 50ac5464a8
commit 4c16b78455

View File

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