From 760dab25a72f51c84b0752e0e580cda5d4b49c47 Mon Sep 17 00:00:00 2001 From: Major Hayden Date: Wed, 31 Aug 2016 09:56:44 -0500 Subject: [PATCH] [Docs] Update LBaaSv2 docs for horizon This patch updates the LBaaSv2 documentation to explain that the Horizon panels are automatically enabled. Partial-bug: 1618929 Change-Id: Iba68d2aecf176704ea5450c3c14700661d02149a --- doc/source/configure-network-services.rst | 15 ++++++--------- 1 file changed, 6 insertions(+), 9 deletions(-) diff --git a/doc/source/configure-network-services.rst b/doc/source/configure-network-services.rst index 9350592e..68b66a1c 100644 --- a/doc/source/configure-network-services.rst +++ b/doc/source/configure-network-services.rst @@ -97,20 +97,17 @@ 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 playbook to deploy and enable the LBaaS v2 agent: + Adding the LBaaS v2 plugin to ``neutron_plugin_base`` automatically enables + the Dashboard panels for LBaaS v2 when the ``os_horizon`` role is + redeployed (see the following step). + +#. Run the neutron playbook to deploy the LBaaS v2 agent and enable the + Dashboard panels for LBaaSv2: .. 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: