Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 12 additions & 1 deletion how-to/features/load-balancer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,8 @@ OpenStack load balancing service. Two provider backends are supported:
for supported features and limitations.
- **Amphora provider** (optional) – a VM-based provider that runs a
dedicated HAProxy instance per load balancer, offering a broader
feature set. See the upstream `Amphora provider documentation
feature set. Requires MicroOVN as the SDN. See the upstream `Amphora
provider documentation
<https://docs.openstack.org/octavia/latest/admin/providers/index.html#amphora>`__
for details.

Expand Down Expand Up @@ -42,6 +43,16 @@ production-ready. For general information about feature gates, see
It requires the ``microovn-sdn`` and ``loadbalancer-amphora`` feature
gates to be active.

.. note::

The Amphora provider requires MicroOVN as the SDN. MicroOVN SDN must be enabled
before running ``sunbeam cluster bootstrap`` with:

::

sudo snap set openstack feature.microovn-sdn=true
sudo snap set openstack ovn.provider=microovn

Step 1 – Enable the feature gate
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

Expand Down
Loading