Add networking-ovn in the 'PROJECTS' for dsvm-functional job

The commit 'deacd548' which added the dsvm-functional job for
networking-ovn missed out adding 'openstack/networking-ovn' to
'PROJECTS' variable because of which the job is failing.

Change-Id: Ifaebcb80cc166c5f87ac6030db63fe0fa946f086
This commit is contained in:
Numan Siddique 2016-06-14 07:04:02 +05:30
parent eb0f64c444
commit b94743aefb

View File

@ -237,6 +237,11 @@
export OVERRIDE_ZUUL_BRANCH=$BRANCH_OVERRIDE
fi
# Because we are testing a non standard project, add
# our project repository. This makes zuul do the right
# reference magic for testing changes.
export PROJECTS="openstack/networking-ovn $PROJECTS"
function gate_hook {{
bash -xe $BASE/new/networking-ovn/networking_ovn/tests/contrib/gate_hook.sh dsvm-{ovntest}
}}