Skip to content

Commit 805a751

Browse files
authored
Merge pull request #73031 from shiftstack/occm-dual-stack
OCPBUGS-30865: Improve OpenStack CCM config reference for dual-stack
2 parents a20ad4a + 6ba2d26 commit 805a751

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

modules/cluster-cloud-controller-config-osp.adoc

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -154,15 +154,15 @@ For the Amphora provider, if using the `LEAST_CONNECTIONS` or `SOURCE_IP` method
154154
| Optional. The load balancer API version. Only `"v2"` is supported.
155155

156156
| `subnet-id`
157-
| The ID of the Networking service subnet on which load balancer VIPs are created.
157+
| The ID of the Networking service subnet on which load balancer VIPs are created. For dual stack deployments, leave this option unset. The OpenStack cloud provider automatically selects which subnet to use for a load balancer.
158158

159159
// This ID is also used to create pool members if `member-subnet-id` is not set.
160160

161161
// | `member-subnet-id`
162162
// | ID of the Neutron network on which to create the members of the load balancer. The load balancer gets another network port on this subnet. Defaults to `subnet-id` if not set.
163163

164164
| `network-id`
165-
| The ID of the Networking service network on which load balancer VIPs are created. Unnecessary if `subnet-id` is set.
165+
| The ID of the Networking service network on which load balancer VIPs are created. Unnecessary if `subnet-id` is set. If this property is not set, the network is automatically selected based on the network that cluster nodes use.
166166

167167
// | `manage-security-groups`
168168
// | If the Neutron security groups should be managed separately. Default: false
@@ -321,4 +321,4 @@ CCM searches for the file in the following places:
321321

322322
| `cloud`
323323
| The named cloud in the `clouds.yaml` file that you want to use. It is used if the `use-clouds` option is set to `true`.
324-
|===
324+
|===

0 commit comments

Comments
 (0)