Add manila repos to PROJECTS in d-g job
All repos that needed to be cloned during the d-g job should be added to PROJECTS env var. Change-Id: I5c3b77246cba5c30317be862abf4674df9d2bc94
This commit is contained in:
parent
534d20287a
commit
ff9c90d903
@ -14,6 +14,8 @@
|
||||
#!/bin/bash -xe
|
||||
export PYTHONUNBUFFERED=true
|
||||
export ENABLED_SERVICES=manila,m-api,m-shr,m-sch
|
||||
export PROJECTS="stackforge/manila $PROJECTS"
|
||||
export PROJECTS="stackforge/python-manilaclient $PROJECTS"
|
||||
|
||||
function pre_test_hook {
|
||||
# Install Manila devstack integration
|
||||
|
Loading…
x
Reference in New Issue
Block a user