summaryrefslogtreecommitdiff
path: root/heat_integrationtests/pre_test_hook.sh
diff options
context:
space:
mode:
authorrabi <ramishra@redhat.com>2018-04-17 16:43:12 +0530
committerrabi <ramishra@redhat.com>2018-05-31 10:04:21 +0530
commit4748dbc4b11bd0d0fc7df1dc7a7c239f13749d50 (patch)
tree44d0cb8f0589b65f6c52ae2f3b57eed1b930587d /heat_integrationtests/pre_test_hook.sh
parentf72fbd55311ef9761dcbb0c7e8991dc8f1ac227b (diff)
downloadheat-4748dbc4b11bd0d0fc7df1dc7a7c239f13749d50.tar.gz
Stop testing neutron-lbaas in gate jobs
neutron-lbaas has been deprecated since long. Let's remove the service from gate jobs and skip the relevant tests. Change-Id: I8eede46ed2ad014522e00d28b0b7c0b194a0b996
Diffstat (limited to 'heat_integrationtests/pre_test_hook.sh')
-rwxr-xr-xheat_integrationtests/pre_test_hook.sh6
1 files changed, 0 insertions, 6 deletions
diff --git a/heat_integrationtests/pre_test_hook.sh b/heat_integrationtests/pre_test_hook.sh
index b9b53c8a1..0933329b4 100755
--- a/heat_integrationtests/pre_test_hook.sh
+++ b/heat_integrationtests/pre_test_hook.sh
@@ -51,9 +51,3 @@ fi
echo "CEILOMETER_PIPELINE_INTERVAL=60" >> $localconf
echo "HEAT_ENABLE_ADOPT_ABANDON=True" >> $localconf
-# Use the lbaas v2 namespace driver for devstack integration testing since
-# octavia uses nested vms.
-if [[ $OVERRIDE_ENABLED_SERVICES =~ "q-lbaasv2" ]]
-then
- echo "NEUTRON_LBAAS_SERVICE_PROVIDERV2=LOADBALANCERV2:Haproxy:neutron_lbaas.drivers.haproxy.plugin_driver.HaproxyOnHostPluginDriver:default" >> $localconf
-fi