Merge "gate_hook: add support for dsvm-plus job type"

This commit is contained in:
Jenkins
2016-01-19 07:04:58 +00:00
committed by Gerrit Code Review

View File

@@ -36,6 +36,15 @@ EOF
enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_service q-qos
"
$BASE/new/devstack-gate/devstack-vm-gate.sh
elif [ "$VENV" == "dsvm-plus" ]
then
# We need the qos service enabled to add corresponding scenario tests to tempest
export DEVSTACK_LOCAL_CONFIG+="
enable_plugin neutron git://git.openstack.org/openstack/neutron
enable_service qos
"
$BASE/new/devstack-gate/devstack-vm-gate.sh