Merge "use ceilometerclient from git"

This commit is contained in:
Jenkins 2016-01-21 10:32:44 +00:00 committed by Gerrit Code Review
commit 1722e659e9

View File

@ -246,6 +246,8 @@
if [ "$ZUUL_PROJECT" == "openstack/oslo.messaging" ]; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIBS_FROM_GIT=oslo.messaging"
elif [ "$ZUUL_PROJECT" == "openstack/python-ceilometerclient" ]; then
export DEVSTACK_LOCAL_CONFIG+=$'\n'"LIBS_FROM_GIT=python-ceilometerclient"
fi
function post_test_hook {