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
This commit is contained in:
Jean-Philippe Evrard 2018-06-04 17:24:57 +02:00
parent 7b2c3d377a
commit 2da56fb5ba

View File

@ -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