Merge "gate_hook: add support for dsvm-plus job type"
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user