1
0
mirror of https://github.com/openshift/installer.git synced 2026-02-05 15:47:14 +01:00

Remove mentions of use-octavia

The option no longer exists in cloud-provider-openstack.
This commit is contained in:
Michał Dulko
2023-07-17 15:17:06 +02:00
parent c2d7db9d4e
commit 4274c3f835

View File

@@ -264,7 +264,7 @@ vi <directory>/manifests/cloud-provider-config.yaml
As an example in order to tweak support for LoadBalancer Services you can modify options regarding Octavia configuration in the `[LoadBalancer]` section of `config` key. In particular:
* `use-octavia = true` enables the Octavia integration.
* `enabled = false` disables the Octavia integration.
* `lb-provider = <"amphora" or "ovn">` lets you choose the Octavia provider to use when creating load balancers. Please note that setting "ovn" requires setting `lb-method = SOURCE_IP_PORT` as this is the only method supported by OVN.
* `floating-network-id = <uuid>` is required to be set if your OpenStack cluster has multiple external networks. The network set here will be used by cloud provider to create floating IPs on.