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:
parent
b8e5930b7c
commit
23708a6570
@ -94,13 +94,28 @@ Deploying LBaaS v2
|
|||||||
Ensure that ``neutron_plugin_base`` includes all of the plugins that you
|
Ensure that ``neutron_plugin_base`` includes all of the plugins that you
|
||||||
want to deploy with neutron in addition to the LBaaS plugin.
|
want to deploy with neutron in addition to the LBaaS plugin.
|
||||||
|
|
||||||
#. Run the neutron and horizon playbooks to deploy the LBaaS v2 agent and
|
#. Run the neutron playbook to deploy the LBaaS v2 agent:
|
||||||
enable the LBaaS v2 panels in horizon:
|
|
||||||
|
|
||||||
.. code-block:: console
|
.. code-block:: console
|
||||||
|
|
||||||
# cd /opt/openstack-ansible/playbooks
|
# cd /opt/openstack-ansible/playbooks
|
||||||
# openstack-ansible os-neutron-install.yml
|
# 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
|
# openstack-ansible os-horizon-install.yml
|
||||||
|
|
||||||
.. _lbaas-special-notes
|
.. _lbaas-special-notes
|
||||||
|
Loading…
x
Reference in New Issue
Block a user