Docs: Enable LBaaS v2 Horizon panel

This patch explains how to enable the new LBaaS v2 Horizon panels.

Closes-bug: 1593074

Change-Id: I4b40978629f528dd3e90ff1505b72f2347bfde36
This commit is contained in:
Major Hayden 2016-06-23 15:01:48 -05:00
parent b8e5930b7c
commit 23708a6570
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1
1 changed files with 17 additions and 2 deletions

View File

@ -94,13 +94,28 @@ 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 the LBaaS v2 agent:
.. code-block:: console
# cd /opt/openstack-ansible/playbooks
# openstack-ansible os-neutron-install.yml
Enabling Horizon panels for LBaaS v2
------------------------------------
#. Set the ``horizon_enable_neutron_lbaas`` variable to ``True`` in
``/etc/openstack_deploy/user_variables.yml``:
.. code-block:: yaml
horizon_enable_neutron_lbaas: True
#. Run the Horizon playbook to activate the panel:
.. code-block:: console
# cd /opt/openstack-ansible/playbooks
# openstack-ansible os-horizon-install.yml
.. _lbaas-special-notes