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
|
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
2. enable Horizon::
|
2. enable Gnocchi::
|
||||||
|
|
||||||
$ cd ${DEVSTACK_DIR}
|
$ cd ${DEVSTACK_DIR}
|
||||||
$ cat >> local.conf << EOF
|
$ cat >> local.conf << EOF
|
||||||
# horizon
|
# gnocchi
|
||||||
enable_service horizon
|
enable_plugin gnocchi https://github.com/gnocchixyz/gnocchi
|
||||||
|
enable_service gnocchi-api, gnocchi-metricd
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
3. enable CloudKitty::
|
3. enable CloudKitty::
|
||||||
@ -31,6 +32,7 @@ Configure DevStack to run CloudKitty
|
|||||||
cat >> local.conf << EOF
|
cat >> local.conf << EOF
|
||||||
# cloudkitty
|
# cloudkitty
|
||||||
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty master
|
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty master
|
||||||
|
enable_service ck-api, ck-proc
|
||||||
EOF
|
EOF
|
||||||
|
|
||||||
Run devstack as normal::
|
Run devstack as normal::
|
||||||
|
Loading…
Reference in New Issue
Block a user