bb699bc3df
in practice, there are much more than 10 resources on the queue at any given time so the amount of grouping done is minimal currently. let's set a higher number so we have more groupings Change-Id: I6bd0b9797f3a90c744002f4cf364faa696ab63ec Closes-Bug: #1536277 |
||
---|---|---|
.. | ||
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
.