ceilometerclient: Add missing ceilometer plugin

The ceilometer plugin is missing for this job.
This change adds it.

Change-Id: I43223a8b38ff1f4ef30c1d2345a28de6ade51863
This commit is contained in:
Mehdi Abaakouk 2015-10-07 08:52:55 +02:00
parent 2f35716014
commit 3ccca7c1ac

View File

@ -162,6 +162,7 @@
export DEVSTACK_GATE_TIMEOUT=60
export BRANCH_OVERRIDE={branch-override}
export DEVSTACK_PROJECT_FROM_GIT=python-ceilometerclient
export DEVSTACK_LOCAL_CONFIG="enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi