deb-gnocchi/devstack
Xiang Li b8c0c23dd5 Modify api startup parameters in devstack plugin
Because the api binary script is generated by pbr now, the api
startup parameters need to be adapted accordingly in devstack
script or the api will be unable to start if the devstack deploy
mode is 'simple'.

Change-Id: I72abc3a83a4a2cf993198b0b1ac98c79ee26ec56
Closes-Bug: #1626979
2016-09-23 07:50:32 -04:00
..
gate devstack-gate: do not create legacy resources 2016-09-16 17:08:21 +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 Modify api startup parameters in devstack plugin 2016-09-23 07:50:32 -04:00
settings devstack: rename werkzeug to simple 2016-09-19 10:09:02 +02: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.