Add Python SDK to PROJECTS for SDK gate

The gate is saying:

    bash: /opt/stack/new/python-openstacksdk/post_test_hook.sh: No such file or directory

I assume the problem is the SDK project was not checked out.

Change-Id: I9b2c1d0b10c3672d5deb1b16b16b01054e502804
This commit is contained in:
TerryHowe 2015-05-01 09:29:47 -06:00
parent cd35606032
commit 9c099d0bc6

@ -20,6 +20,7 @@
export DEVSTACK_GATE_EXERCISES=0
export DEVSTACK_GATE_INSTALL_TESTONLY=1
export BRANCH_OVERRIDE={branch-override}
export PROJECTS="stackforge/python-openstacksdk $PROJECTS"
if [ "$BRANCH_OVERRIDE" != "default" ] ; then
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi