cloudkitty/doc/source/admin/quick_deployment/devstack.rst

19 lines
481 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