9c3278c942
Currently, even though ceilometer-api service is disabled by user, we still try to configure ceilometer-api in Apache if CEILOMETER_USE_MOD_WSGI is not set to false. This patch adds a constraint to ensure we only configure when ceilometer-api is enabled. Change-Id: I3f2bab3f646f7df57c32db3251f811cb801d93de Partial-Bug: #1508518 |
||
---|---|---|
.. | ||
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
.