New netvirt jobs should use V2 drivers

The new jobs should be using the V2 drivers since the old ones are
planned on being deprecated and arent actively developed/mainatined.

Change-Id: Ib2a7df2dee0beb73b282c79e8d699ce6e23f5e09
This commit is contained in:
Mike Kolesnik 2017-01-15 17:57:13 +02:00
parent 6fa9e46167
commit 504b51a947

View File

@ -109,6 +109,7 @@
# specify ODL release to use
export ODL_RELEASE_BASE={odl-release-base}
export ODL_GATE_SERVICE_PROVIDER="vpnservice"
export ODL_GATE_V2DRIVER=v2driver
function pre_test_hook {{
if [ -f $BASE/new/networking-odl/devstack/pre_test_hook.sh ] ; then