Merge "Docs: Enabling LBaaSv2 horizon panel"
This commit is contained in:
commit
613bcb2c2c
@ -37,7 +37,7 @@ The following procedure describes how to modify the
|
|||||||
neutron_plugin_base:
|
neutron_plugin_base:
|
||||||
- router
|
- router
|
||||||
- firewall
|
- firewall
|
||||||
- lbaas
|
- neutron_lbaas.services.loadbalancer.plugin.LoadBalancerPluginv2
|
||||||
- vpnaas
|
- vpnaas
|
||||||
- metering
|
- metering
|
||||||
- qos
|
- qos
|
||||||
@ -94,13 +94,20 @@ 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 and enable 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
|
||||||
|
|
||||||
|
#. 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
|
# openstack-ansible os-horizon-install.yml
|
||||||
|
|
||||||
.. _lbaas-special-notes:
|
.. _lbaas-special-notes:
|
||||||
|
Loading…
x
Reference in New Issue
Block a user