Gnocchi documentation update with correct URL.

Updated outdated URL for Gnocchi github repo.
Closes-Bug: #1746095

Change-Id: I7e31406962de21815b48fffd3a421216ea34126c
This commit is contained in:
Deirdre O'Connor 2018-01-30 10:41:39 +00:00
parent c9de29b5e5
commit 2a9e670841
2 changed files with 2 additions and 3 deletions

View File

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

View File

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