networking-midonet: Add Tap-as-a-service to PROJECTS

As a preparation to test midonet TaaS driver on gate.

Note: v1 job is excluded intentionally as it uses
older version of backend, which doesn't support the
feature.

Partial-Bug: #1600693
Change-Id: Ia454ce0aa3aec035b92ec76a288a716428d3b237
This commit is contained in:
YAMAMOTO Takashi 2016-08-18 07:55:07 +09:00
parent fe907c0f86
commit 7ea4fac276

View File

@ -89,6 +89,7 @@
# our project repository. This makes zuul do the right
# reference magic for testing changes.
export PROJECTS="openstack/networking-midonet $PROJECTS"
export PROJECTS="openstack/tap-as-a-service $PROJECTS"
if [ -f $BASE/new/networking-midonet/devstack/ci/gate_hook.sh ]; then
function gate_hook {{
@ -146,6 +147,7 @@
# our project repository. This makes zuul do the right
# reference magic for testing changes.
export PROJECTS="openstack/networking-midonet $PROJECTS"
export PROJECTS="openstack/tap-as-a-service $PROJECTS"
if [ -f $BASE/new/networking-midonet/devstack/ci/gate_hook.sh ]; then
function gate_hook {{