Add relevant projects to $PROJECTS for akanda jobs

During akanda DSVM runs, add required projects to $PROJECTS to ensure
we have a local checkout of that code.

Change-Id: Ib33db6c1e6fae2023de81a85fb628458c562e038
This commit is contained in:
Adam Gandelman 2015-05-29 09:59:42 -07:00
parent 489a7f4549
commit 615909211d
1 changed files with 5 additions and 0 deletions

View File

@ -12,6 +12,11 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
export PROJECTS="stackforge/akanda-rug $PROJECTS"
export PROJECTS="stackforge/akanda-neutron $PROJECTS"
export PROJECTS="stackforge/akanda-appliance $PROJECTS"
export PROJECTS="stackforge/akanda-appliance-builder $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin https://git.openstack.org/stackforge/akanda-rug"$'\n'"enable_service ak-rug"
export BUILD_APPLIANCE={build-akanda-appliance}