From 2a9e670841bfd1c161ce7eb27d695899f665c44c Mon Sep 17 00:00:00 2001 From: Deirdre O'Connor Date: Tue, 30 Jan 2018 10:41:39 +0000 Subject: [PATCH] Gnocchi documentation update with correct URL. Updated outdated URL for Gnocchi github repo. Closes-Bug: #1746095 Change-Id: I7e31406962de21815b48fffd3a421216ea34126c --- doc/source/devstackGSG.rst | 3 +-- doc/source/examples/local.conf.source_build | 2 +- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/doc/source/devstackGSG.rst b/doc/source/devstackGSG.rst index 63a0261..1de58e6 100644 --- a/doc/source/devstackGSG.rst +++ b/doc/source/devstackGSG.rst @@ -143,8 +143,7 @@ To deploy with gnocchi using DevStack, add the following to you local.conf: COLLECTD_INSTALL=True # GNOCCHI - enable_plugin gnocchi https://github.com/openstack/gnocchi master - enable_service gnocchi-api,gnocchi-metricd,gnocchi-statsd + enable_plugin gnocchi https://github.com/gnocchixyz/gnocchi stable/3.1 GNOCCHI_USE_KEYSTONE=True COLLECTD_GNOCCHI_ENABLED=True diff --git a/doc/source/examples/local.conf.source_build b/doc/source/examples/local.conf.source_build index 9d53191..fcbc0cc 100644 --- a/doc/source/examples/local.conf.source_build +++ b/doc/source/examples/local.conf.source_build @@ -22,7 +22,7 @@ enable_service dstat # For more options refer to devstackGSG.rst # GNOCCHI -enable_plugin gnocchi https://github.com/openstack/gnocchi master +enable_plugin gnocchi https://github.com/gnocchixyz/gnocchi stable/3.1 GNOCCHI_USE_KEYSTONE=True COLLECTD_GNOCCHI_ENABLED=True