Fix devstack for gnocchi collector

The gnocchi collector can't work when cloudkitty is deployed by devstack.
Because the gnocchi repository has been changed.

Change-Id: Id035524b77f32ed971f3d51f3c79f9b44241f7a1
Closes-bug: #1733734
This commit is contained in:
zhangguoqing 2017-11-22 06:41:01 +00:00
parent e5e90e8813
commit 6026a6ec10
1 changed files with 3 additions and 9 deletions

View File

@ -11,12 +11,9 @@ the ceilometer collector:
# ceilometer
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master
# horizon
enable_service horizon
# cloudkitty
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty.git master
enable_service ck-api ck-proc
enable_service ck-api,ck-proc
CLOUDKITTY_COLLECTOR=ceilometer
@ -26,18 +23,15 @@ To enable the gnocchi collector, use the following instead:
[[local|localrc]]
# gnocchi
enable_plugin gnocchi https://github.com/openstack/gnocchi master
enable_plugin gnocchi https://github.com/gnocchixyz/gnocchi.git master
enable_service gnocchi-api,gnocchi-metricd
# ceilometer
enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer.git master
# horizon
enable_service horizon
# cloudkitty
enable_plugin cloudkitty https://git.openstack.org/openstack/cloudkitty.git master
enable_service ck-api ck-proc
enable_service ck-api,ck-proc
CLOUDKITTY_COLLECTOR=gnocchi