Docs: Enabling LBaaSv2 horizon panel

This patch explains how to enable LBaaSv2 panels in horizon.

Closes-Bug: 1609487

Change-Id: I2ce5625b0ac814b784c2b12b9982ca25a6a7d492
This commit is contained in:
Major Hayden 2016-08-03 12:08:25 -05:00
parent 5cc9d0b004
commit c790092491
No known key found for this signature in database
GPG Key ID: 737051E0C1011FB1

View File

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