Files
cloudkitty/doc/source/devstack.rst
zhangguoqing 5553b95840 Update the install docs
1. Update the cloudkitty-dashboard git url
2. Add the section of install cloudkitty client
3. Update install from Newton packages

Change-Id: Ib6bfd84f21cf0f97c8cba35e3a66d5370528063b
2016-11-19 09:34:27 +00:00

26 lines
556 B
ReStructuredText

#####################
DevStack installation
#####################
The installation of CloudKitty from DevStack is pretty straightforward. Just
add the following lines to your local.conf file.
::
[[local|localrc]]
# ceilometer
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master
# horizon
enable_service horizon
# cloudkitty
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty.git master
enable_service ck-api ck-proc
Then, you can start devstack.
::
./stack.sh