Files
gnocchi/devstack
Julien Danjou 7000300646 api: use Paste to deploy WSGI server
This allows to tweak the middleware pipeline in the same way than other
OpenStack projects.

Closes-Bug: #1504130
Change-Id: I8faed38810c07e72a8d5e4facc6bbc73d9449730
2015-11-02 14:23:29 +01:00
..
2015-10-23 10:01:42 +00:00
2015-11-02 14:23:29 +01:00
2015-10-23 11:08:28 +02:00
2015-11-02 14:23:29 +01:00

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.