This hook will be utilized in gate to allow neutron project to decide
what is enabled in neutron '-plus' tempest job.
For now the only difference is qos service enabled, which uses the
neutron devstack plugin.
Change-Id: I9f73b938539586022aeb22e3a32877816e1dcaba
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