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:
Luka Peschke 2017-10-24 16:03:46 +02:00
parent 5baa3b8fe3
commit a3a1ee6416
1 changed files with 5 additions and 3 deletions

View File

@ -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::