From 74fb1391455b52bbb9141dc84222a5d74fcb95e3 Mon Sep 17 00:00:00 2001 From: Daniel Gonzalez Date: Tue, 14 Nov 2017 01:25:14 +0100 Subject: [PATCH] Mention lb-provider option in OpenStack LBaaS docs (#6282) --- docs/concepts/cluster-administration/cloud-providers.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/docs/concepts/cluster-administration/cloud-providers.md b/docs/concepts/cluster-administration/cloud-providers.md index b3b8ff25b1..5db0a3ac3d 100644 --- a/docs/concepts/cluster-administration/cloud-providers.md +++ b/docs/concepts/cluster-administration/cloud-providers.md @@ -158,6 +158,9 @@ file: distributed amongst members of the load balancer pool. The value can be `ROUND_ROBIN`, `LEAST_CONNECTIONS`, or `SOURCE_IP`. The default behavior if none is specified is `ROUND_ROBIN`. +* `lb-provider` (Optional): Used to specify the provider of the load balancer. + If not specified, the default provider service configured in neutron will be + used. * `create-monitor` (Optional): Indicates whether or not to create a health monitor for the Neutron load balancer. Valid values are `true` and `false`. The default is `false`. When `true` is specified then `monitor-delay`,