From e37f524b379bb9e3c74e7ae35249e5c160cf534c Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Fri, 8 Jul 2016 10:20:59 -0500 Subject: [PATCH] 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 --- releasenotes/notes/enable-lbaas-aio-9a428c459a10aeda.yaml | 3 +++ .../bootstrap-host/templates/user_variables.aio.yml.j2 | 6 ++++++ 2 files changed, 9 insertions(+) create mode 100644 releasenotes/notes/enable-lbaas-aio-9a428c459a10aeda.yaml diff --git a/releasenotes/notes/enable-lbaas-aio-9a428c459a10aeda.yaml b/releasenotes/notes/enable-lbaas-aio-9a428c459a10aeda.yaml new file mode 100644 index 0000000000..042411a9cb --- /dev/null +++ b/releasenotes/notes/enable-lbaas-aio-9a428c459a10aeda.yaml @@ -0,0 +1,3 @@ +--- +features: + - LBaaSv2 is now enabled by default in all-in-one (AIO) deployments. 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 0cd8524c52..7a835df04e 100644 --- a/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 +++ b/tests/roles/bootstrap-host/templates/user_variables.aio.yml.j2 @@ -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