You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/openstack-cloud-controller-manager/using-openstack-cloud-controller-manager.md
+9-1Lines changed: 9 additions & 1 deletion
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -200,7 +200,10 @@ Although the openstack-cloud-controller-manager was initially implemented with N
200
200
Optional. If specified, only "v2" is supported.
201
201
202
202
* `subnet-id`
203
-
ID of the Neutron subnet on which to create load balancer VIP, this ID is also used to create pool members.
203
+
ID of the Neutron subnet on which to create load balancer VIP. This ID is also used to create pool members, if `member-subnet-id` is not set.
204
+
205
+
* `member-subnet-id`
206
+
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.
204
207
205
208
* `network-id`
206
209
ID of the Neutron network on which to create load balancer VIP, not needed if `subnet-id` is set.
@@ -243,6 +246,7 @@ Although the openstack-cloud-controller-manager was initially implemented with N
243
246
* floating-subnet-tags. The same with `floating-subnet-tags` option above.
244
247
* network-id. The same with `network-id` option above.
245
248
* subnet-id. The same with `subnet-id` option above.
249
+
* member-subnet-id. The same with `member-subnet-id` option above.
246
250
247
251
* `enable-ingress-hostname`
248
252
@@ -285,6 +289,10 @@ NOTE:
285
289
286
290
Not all OpenStack clouds provide both configuration drive and metadata service though and only one or the other may be available which is why the default is to check both. Especially, the metadata on the config drive may grow stale over time, whereas the metadata service always provides the most up to date data.
287
291
292
+
### Multi region support (alpha)
293
+
294
+
* environment variable `OS_CCM_REGIONAL` is set to `true` - allow CCM to set ProviderID with region name `${ProviderName}://${REGION}/${instance-id}`. Default: false.
295
+
288
296
## Exposing applications using services of LoadBalancer type
289
297
290
298
Refer to [Exposing applications using services of LoadBalancer type](./expose-applications-using-loadbalancer-type-service.md)
0 commit comments