DevStack installation

DevStack installation

Add the following lines in your local.conf file to enable CloudKitty, Ceilometer and Gnocchi. By default, the fetcher will be gnocchi (configurable via the CLOUDKITTY_FETCHER variable), the collector will be gnocchi (configurable via the CLOUDKITTY_COLLECTOR variable), and the storage backend will be influxdb (configurable via the CLOUDKITTY_STORAGE_BACKEND and CLOUDKITTY_STORAGE_VERSION variables).

[[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

Then start devstack:

./stack.sh
Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.