[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
This commit is contained in:
Major Hayden 2016-08-31 09:56:44 -05:00
parent 91a5eff62b
commit 760dab25a7

View File

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