Ensure solum code is checked out

The solum devstack job has to install the devstack support for solum out
of the solum tree before running devstack.  This job assumed the solum
tree would be at the location where devstack puts it, but at this point,
devstack has not run yet.

Adding stackforge/solum to PROJECTS will get the devstack-gate script to
check it out before running this hook.

Change-Id: Ia682041e31f5e6783260d855c462df376a6d447c
This commit is contained in:
Russell Bryant 2013-12-05 19:56:20 -05:00
parent ad476585dc
commit ca7f6df1e3
1 changed files with 1 additions and 0 deletions

View File

@ -14,6 +14,7 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export ENABLED_SERVICES=solum
export PROJECTS="stackforge/solum"
function pre_test_hook {
# Install solum devstack integration