Update devstack/README.rst
* Horizon is enabled by default, so there is no need to enable it. * The Gnocchi plugin should be enabled * The CloudKitty services need to be enabled Change-Id: I2b0bac8c8c62479a4701f66efc2703e12ecbaaa3
This commit is contained in:
parent
5baa3b8fe3
commit
a3a1ee6416
@ -17,12 +17,13 @@ Configure DevStack to run CloudKitty
|
||||
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master
|
||||
EOF
|
||||
|
||||
2. enable Horizon::
|
||||
2. enable Gnocchi::
|
||||
|
||||
$ cd ${DEVSTACK_DIR}
|
||||
$ cat >> local.conf << EOF
|
||||
# horizon
|
||||
enable_service horizon
|
||||
# gnocchi
|
||||
enable_plugin gnocchi https://github.com/gnocchixyz/gnocchi
|
||||
enable_service gnocchi-api, gnocchi-metricd
|
||||
EOF
|
||||
|
||||
3. enable CloudKitty::
|
||||
@ -31,6 +32,7 @@ Configure DevStack to run CloudKitty
|
||||
cat >> local.conf << EOF
|
||||
# cloudkitty
|
||||
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty master
|
||||
enable_service ck-api, ck-proc
|
||||
EOF
|
||||
|
||||
Run devstack as normal::
|
||||
|
Loading…
Reference in New Issue
Block a user