ec2-api jobs: remove additional plugins from job definition

This will allow to define and manage all additional plugins in ec2-api
plugin's definition.

Change-Id: Ia5fcd9c06e1181a2ee1d200ec44afd80ec5d9930
This commit is contained in:
Andrey Pavlov 2017-03-01 12:14:42 +03:00
parent fb0684aa1b
commit dce992afdd
1 changed files with 0 additions and 3 deletions

View File

@ -25,7 +25,6 @@
if [ "{network}" = "neutron" ] ; then
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas"
else
export DEVSTACK_GATE_NEUTRON=0
fi
@ -61,7 +60,6 @@
export PROJECTS="openstack/ec2-api $PROJECTS"
export PROJECTS="openstack/swift3 $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"RUN_LONG_TESTS=1"
export ENABLED_SERVICES+=,swift3
@ -97,7 +95,6 @@
export PROJECTS="openstack/rally $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin ec2-api git://git.openstack.org/openstack/ec2-api"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin rally git://git.openstack.org/openstack/rally"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-vpnaas git://git.openstack.org/openstack/neutron-vpnaas"
export DEVSTACK_GATE_VIRT_DRIVER=fake
export DEVSTACK_GATE_NEUTRON=1
export DEVSTACK_GATE_TEMPEST_NOTESTS=1