aodh/devstack
gordon chung 50bbd80993 clean up integration test urls
the endpoints for aodh, ceilometer and gnocchi end with trailing
slash. because of that, our tests are calling <endpoint>//<path>.
this works but is technically incorrect. this patch cleans it up.

Change-Id: I187ea35b6158ac86bc2c4f19597c37e0b75cf2e4
2015-11-25 18:19:03 -05:00
..
2015-08-10 17:12:52 +00:00
2015-11-25 18:19:03 -05:00
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.