Files
cloudkitty/doc/source/devstack.rst
Luka Peschke 0b978000a8 Update Devstack documentation and README
CloudKitty's ceilometer collector and Gnocchi's devstack plugin do not exist
anymore, so the documentation has been updated accordingly.

Change-Id: Ief49cffae2a7c5a5a292eae5850ef10e21f275bb
2018-04-03 14:28:09 +02:00

20 lines
503 B
ReStructuredText

#####################
DevStack installation
#####################
Add the following lines in your ``local.conf`` file to enable CloudKitty with
gnocchi collector::
[[local|localrc]]
# ceilometer
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master
# cloudkitty
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty.git master
enable_service ck-api,ck-proc
CLOUDKITTY_COLLECTOR=gnocchi
Then start devstack::
./stack.sh