Files
cloudkitty/doc/source/admin/quick_deployment/devstack.rst
Luka Peschke 4b794472a8 Change the documentation layout
This changes the documentation layout according to the previously submitted
spec.

Change-Id: I9aa879af23ae4e993da60186eddaef8d22f59e79
Story: 2004179
Task: 28152
2018-12-14 10:28:59 +01:00

481 B

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