gnocchi/devstack
Julien Danjou 1dec8e1a90 devstack: install PostgreSQL development headers
It's needed for psycopg2.

Change-Id: Iaa89c266569fefc6580fa1c0c17345bd1146853b
(cherry picked from commit 3cbb645d2e)
2015-11-24 11:45:10 +01:00
..
gate Use mod_wsgi for SWIFT 2015-10-23 10:01:42 +00:00
README.rst Add README file for Devstack plugin 2015-10-23 11:08:28 +02:00
apache-gnocchi.template devstack: use $API_WORKERS to set the number of Apache WSGI workers 2015-08-06 19:56:24 +02:00
apache-ported-gnocchi.template devstack: use $API_WORKERS to set the number of Apache WSGI workers 2015-08-06 19:56:24 +02:00
plugin.sh devstack: install PostgreSQL development headers 2015-11-24 11:45:10 +01:00
settings api: use Paste to deploy WSGI server 2015-11-02 14:23:29 +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.