Test LBaaSv2 in AIO
This patch enables LBaaSv2 in AIO builds so that LBaaSv2 is tested along with the rest of the standard neutron plugins. Change-Id: Icfabb781a97274ec291bd6946e41fe841d4a1176
This commit is contained in:
parent
55101030f2
commit
e37f524b37
@ -0,0 +1,3 @@
|
||||
---
|
||||
features:
|
||||
- LBaaSv2 is now enabled by default in all-in-one (AIO) deployments.
|
@ -112,3 +112,9 @@ repo_build_pip_no_binary:
|
||||
# The container backing store is set to 'overlayfs' to speed up the
|
||||
# AIO build time.
|
||||
lxc_container_backing_store: overlayfs
|
||||
|
||||
## Enable LBaaSv2 in the AIO
|
||||
neutron_plugin_base:
|
||||
- router
|
||||
- metering
|
||||
- neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
|
||||
|
Loading…
Reference in New Issue
Block a user