From c7900924916611817f080a1fe696f74bc1b2f347 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 3 Aug 2016 12:08:25 -0500 Subject: [PATCH] Docs: Enabling LBaaSv2 horizon panel This patch explains how to enable LBaaSv2 panels in horizon. Closes-Bug: 1609487 Change-Id: I2ce5625b0ac814b784c2b12b9982ca25a6a7d492 --- .../developer-docs/configure-network-services.rst | 13 ++++++++++--- 1 file changed, 10 insertions(+), 3 deletions(-) diff --git a/doc/source/developer-docs/configure-network-services.rst b/doc/source/developer-docs/configure-network-services.rst index 2d155a610b..6c2f045337 100644 --- a/doc/source/developer-docs/configure-network-services.rst +++ b/doc/source/developer-docs/configure-network-services.rst @@ -37,7 +37,7 @@ The following procedure describes how to modify the neutron_plugin_base: - router - firewall - - lbaas + - neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2 - vpnaas - metering - qos @@ -94,13 +94,20 @@ Deploying LBaaS v2 Ensure that ``neutron_plugin_base`` includes all of the plugins that you want to deploy with neutron in addition to the LBaaS plugin. -#. Run the neutron and horizon playbooks to deploy the LBaaS v2 agent and - enable the LBaaS v2 panels in horizon: +#. Run the neutron playbook to deploy and enable the LBaaS v2 agent: .. code-block:: console # cd /opt/openstack-ansible/playbooks # openstack-ansible os-neutron-install.yml + +#. Set ``horizon_enable_neutron_lbaas`` to ``True`` in + ``/etc/openstack_deploy/user_variables.yml`` and run the horizon playbook to + enable the LBaaS v2 panels in horizon: + + .. code-block:: console + + # cd /opt/openstack-ansible/playbooks # openstack-ansible os-horizon-install.yml .. _lbaas-special-notes: