deb-gnocchi/devstack
Mehdi Abaakouk 464b3b8320 devstack: Allow to change the processing delay
This change allows to change the processing delay of metricd.

And set the default to 5 seconds since devstack is for testing.

Change-Id: I80eac6726a3841514b4f9c8bb9d2fc2d9b16a103
(cherry picked from commit cbbcc987eb)
2017-04-10 20:24:11 +00:00
..
gate tools: make measure injector works without gnocchiclient 2017-02-01 18:08:19 +01: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: Allow to change the processing delay 2017-04-10 20:24:11 +00:00
settings devstack: Allow to change the processing delay 2017-04-10 20:24:11 +00: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.