aodh/devstack
Julien Danjou 3b4f23e2b0 devstack: install PostgreSQL devel tool for psycopg2
Change-Id: I830018cb3008f1036880c29c9a851b109a9be65e
2015-11-06 11:10:35 +01:00
..
gate Correct database functional tests 2015-08-10 17:12:52 +00:00
apache-aodh.template devstack: use $API_WORKERS to set the number of WSGI workers in Apache 2015-08-06 19:51:04 +02:00
plugin.sh devstack: install PostgreSQL devel tool for psycopg2 2015-11-06 11:10:35 +01:00
README.rst Fix indent of code blocks in Devstack plugin README file 2015-10-23 11:05:35 +02:00
settings event-alarm: devstack plugin support 2015-08-26 12:52:36 +09:00

Enabling Aodh 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 aodh https://git.openstack.org/openstack/aodh
  3. Run stack.sh.