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:
@@ -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
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user