aodh/devstack
Mehdi Abaakouk 43f0002f50 devstack: use password with version discovery
Devstack will move to keystone v3, so support it here.

Change-Id: I169d6bcce23ef93b1bd12572721375b3c8c87707
Closes-bug: #1539728
2016-02-02 17:35:16 +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: use password with version discovery 2016-02-02 17:35:16 +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.