From a3a1ee64166fd04c23158dcfffd5749d4f761bdc Mon Sep 17 00:00:00 2001 From: Luka Peschke Date: Tue, 24 Oct 2017 16:03:46 +0200 Subject: [PATCH] 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 --- devstack/README.rst | 8 +++++--- 1 file changed, 5 insertions(+), 3 deletions(-) diff --git a/devstack/README.rst b/devstack/README.rst index c40c57aa..bfe9e533 100644 --- a/devstack/README.rst +++ b/devstack/README.rst @@ -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::