From 2da56fb5ba20f25c899c42bf815ee49aae68e36b Mon Sep 17 00:00:00 2001 From: Jean-Philippe Evrard Date: Mon, 4 Jun 2018 17:24:57 +0200 Subject: [PATCH] Disable LBaaS v2 on the aio By default the LBaaS v2 shouldn't be enabled on an aio. Instead, the scenario for octavia should be used, as lbaas v2 is not the latest way of doing. Change-Id: I46a77ea2f8ab6ad8198a031572e77f7bfbd1d056 --- .../bootstrap-host/templates/user_variables.aio.yml.j2 | 6 ------ 1 file changed, 6 deletions(-) diff --git a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 index 3f4d80afa9..d4eb1897cb 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -165,12 +165,6 @@ cache_timeout: {{ cache_timeout }} # AIO build time. Options are: [machinectl, overlayfs, btrfs, zfs, dir, lvm] lxc_container_backing_store: "{{ lxc_container_backing_store }}" -## Enable LBaaSv2 in the AIO -neutron_plugin_base: - - router - - metering - - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 - ## Always setup tempest, the resources for it, then execute tests tempest_install: yes tempest_run: yes