d118fb6a00
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: Ieed46c38fff4e7ea86f0f5eeab105c70b6249003 |
||
---|---|---|
.. | ||
files/rpms | ||
upgrade | ||
apache-ceilometer.template | ||
plugin.sh | ||
README.rst | ||
settings |
Enabling Ceilometer in DevStack
Download Devstack:
git clone https://git.openstack.org/openstack-dev/devstack cd devstack
Add this repo as an external repository in
local.conf
file:[[local|localrc]] enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer
Run
stack.sh
.