VPNaaS: Enable devstack plugin for tests

Now that the VPNaaS repo has a devstack plugin, we need to
(apparently :) enable it for tests, before removing VPN
related setup from the devstack repo.

Change-Id: I72af2d48f58d885f8872b149517c7fabe6ec8cf7
This commit is contained in:
Paul Michali 2015-07-17 07:30:27 -04:00
parent 22468ce55d
commit d9776ee8ca
2 changed files with 2 additions and 1 deletions

View File

@ -3,6 +3,7 @@
set -ex
VENV=${1:-"dsvm-functional"}
export DEVSTACK_LOCAL_CONFIG="enable_plugin neutron-vpnaas https://git.openstack.org/openstack/neutron-vpnaas"
case $VENV in
dsvm-functional | dsvm-functional-sswan)

View File

@ -3,7 +3,7 @@
set -xe
NEUTRON_VPNAAS_DIR="$BASE/new/neutron-vpnaas"
TEMPEST_DIR="$BASE/new/tempest"
TEMPEST_CONFIG_DIR="$BASE/new/tempest/etc"
SCRIPTS_DIR="/usr/local/jenkins/slave_scripts"
VENV=${1:-"dsvm-functional"}