deb-gnocchi/devstack
Julien Danjou 7a80be1f58 Rename GNOCCHI_SERVICE_URL to GNOCCHI_ENDPOINT
That makes it possible to use directly pifpaf variables.

Change-Id: I89dc322330ceb030965df25cc062b7255efa5775
2017-04-26 16:39:57 +02:00
..
gate Rename GNOCCHI_SERVICE_URL to GNOCCHI_ENDPOINT 2017-04-26 16:39:57 +02:00
README.rst Add README file for Devstack plugin 2015-10-23 11:08:28 +02:00
apache-gnocchi.template increase number of wsgi threads 2015-11-26 09:16:36 -05:00
apache-ported-gnocchi.template increase number of wsgi threads 2015-11-26 09:16:36 -05:00
plugin.sh devstack: remove verbose option 2017-03-28 16:07:55 +02:00
settings devstack: Change URL of grafana plugin source. 2017-03-20 11:47:06 +01:00

README.rst

Enabling Gnocchi in DevStack

  1. Download DevStack:

    git clone https://git.openstack.org/openstack-dev/devstack.git
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin gnocchi https://git.openstack.org/openstack/gnocchi
  3. Run stack.sh.