Add networking-sfc to PROJECTS for Tricircle

Driver for networking-sfc has been added to Tricircle, need to
add networking-sfc to PROJECTS variable to allow DevStack to
clone networking-sfc so Tricircle's dsvm test can proceed.

Change-Id: I7c18aee7074b83ff3ab5aaf3509647893e395ec7
This commit is contained in:
zhiyuan_cai 2017-07-14 10:24:08 +08:00
parent 7b43adb028
commit 73cff3d795
1 changed files with 1 additions and 0 deletions

View File

@ -66,6 +66,7 @@
#!/bin/bash -xe
export PYTHONUNBUFFERED=true
export PROJECTS="openstack/tricircle $PROJECTS"
export PROJECTS="openstack/networking-sfc $PROJECTS"
export DEVSTACK_GATE_CONFIGDRIVE=0
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST=0