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:
Major Hayden 2016-07-08 10:20:59 -05:00 committed by Jesse Pretorius (odyssey4me)
parent 55101030f2
commit e37f524b37
2 changed files with 9 additions and 0 deletions

View File

@ -0,0 +1,3 @@
---
features:
- LBaaSv2 is now enabled by default in all-in-one (AIO) deployments.

View File

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