8d7def1f7a
The intergation test job has been broken, it seems because the replace TENANT => PROJECT change in devstack scrpts, see[1]. This patch change the SERVICE_TENANT_NAME to SERVICE_PROJECT_NAME in devstack plugin. And to avoid with aodh change, this change temporarily skip the gabbits-live test. [1] https://review.openstack.org/#/c/281779/ Closes-Bug: #1548634 Change-Id: Ibb1f78d47311117f6718707c5961bc2841473924 |
||
---|---|---|
.. | ||
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
.