Merge "doc: move devstack at the end"

This commit is contained in:
Jenkins 2017-01-28 03:01:23 +00:00 committed by Gerrit Code Review
commit 88b575b151
1 changed files with 20 additions and 20 deletions

View File

@ -2,26 +2,6 @@
Installation
==============
Installation Using Devstack
===========================
To enable Gnocchi in devstack, add the following to local.conf:
::
enable_plugin gnocchi https://github.com/openstack/gnocchi master
To enable Grafana support in devstack, you can also enable `gnocchi-grafana`::
enable_service gnocchi-grafana
Then, you can start devstack:
::
./stack.sh
.. _installation:
Installation
@ -113,3 +93,23 @@ that your indexer and storage are properly upgraded. Run the following:
5. Start the new Gnocchi API server, `gnocchi-metricd`
and `gnocchi-statsd` daemons
Installation Using Devstack
===========================
To enable Gnocchi in devstack, add the following to local.conf:
::
enable_plugin gnocchi https://github.com/openstack/gnocchi master
To enable Grafana support in devstack, you can also enable `gnocchi-grafana`::
enable_service gnocchi-grafana
Then, you can start devstack:
::
./stack.sh