Files
ceilometer/devstack
gordon chung d118fb6a00 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: Ieed46c38fff4e7ea86f0f5eeab105c70b6249003
2015-11-25 18:04:30 -05:00
..
2015-11-24 13:44:58 +01:00
2015-11-25 18:04:30 -05:00
2015-11-24 13:44:58 +01:00

Enabling Ceilometer in DevStack

  1. Download Devstack:

    git clone https://git.openstack.org/openstack-dev/devstack
    cd devstack
  2. Add this repo as an external repository in local.conf file:

    [[local|localrc]]
    enable_plugin ceilometer https://git.openstack.org/openstack/ceilometer
  3. Run stack.sh.