50bbd80993
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
Enabling Aodh in DevStack
Download DevStack:
git clone https://git.openstack.org/openstack-dev/devstack.git cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin aodh https://git.openstack.org/openstack/aodh
Run
stack.sh
.