doc: enable ceilometer and horizon in devstack

Both projects are needed to make CK work properly. Make this explicit in
the docs.

Change-Id: I5466282a90d24f0710ad2fd58e5b9c6d703df8cc
This commit is contained in:
Gauvain Pocentek 2015-05-19 16:49:37 -07:00
parent 0eb88f92d1
commit 9a53a800ce
1 changed files with 11 additions and 1 deletions

View File

@ -3,9 +3,19 @@ Devstack installation
#####################
The installation of CloudKitty from devstack is pretty straightforward. Just
add these two lines to your local.conf file.
add the following to your local.conf file.
::
[[local|localrc]]
# ceilometer
enable_service ceilometer-acompute ceilometer-acentral ceilometer-anotification ceilometer-collector
enable_service ceilometer-alarm-notifier ceilometer-alarm-evaluator
enable_service ceilometer-api
# horizon
enable_service horizon
# cloudkitty
enable_plugin cloudkitty https://github.com/stackforge/cloudkitty master
enable_service ck-api ck-proc