Gate: Remove neutron-lbaas devstack plugin

It seems Magnum gate often broke after switching to neutron-lbaas
devstack plugin. To fix the gate, we remove the plugin for now.
We need to add it back once the issue is resolved.

Change-Id: I777c147a34e32a98592d5f5d8229763cceeb83e7
This commit is contained in:
Hongbin Lu 2016-04-15 15:15:24 -04:00
parent 3953c20413
commit f575ef773e
1 changed files with 0 additions and 2 deletions

View File

@ -18,10 +18,8 @@
coe=$1
export PROJECTS="openstack/barbican $PROJECTS"
export PROJECTS="openstack/neutron-lbaas $PROJECTS"
export DEVSTACK_LOCAL_CONFIG="enable_plugin magnum git://git.openstack.org/openstack/magnum"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin ceilometer git://git.openstack.org/openstack/ceilometer"
export DEVSTACK_LOCAL_CONFIG+=$'\n'"enable_plugin neutron-lbaas git://git.openstack.org/openstack/neutron-lbaas"
if [ "$coe" = "mesos" ]; then
echo "MAGNUM_GUEST_IMAGE_URL="https://fedorapeople.org/groups/magnum/ubuntu-14.04.3-mesos-0.25.0.qcow2"" >> $BASE/new/devstack/localrc