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