Skip to content

Commit 5a7b929

Browse files
authored
Merge pull request #22764 from vincenthcui/master
update default config for Openstack Cloud Controller Manager since v1.17.0 version release
2 parents 8f987df + 9906576 commit 5a7b929

File tree

1 file changed

+3
-5
lines changed

1 file changed

+3
-5
lines changed

content/en/docs/concepts/cluster-administration/cloud-providers.md

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -237,11 +237,9 @@ file:
237237
values are `v1` or `v2`. Where no value is provided automatic detection will
238238
select the highest supported version exposed by the underlying OpenStack
239239
cloud.
240-
* `use-octavia` (Optional): Used to determine whether to look for and use an
241-
Octavia LBaaS V2 service catalog endpoint. Valid values are `true` or `false`.
242-
Where `true` is specified and an Octaiva LBaaS V2 entry can not be found, the
243-
provider will fall back and attempt to find a Neutron LBaaS V2 endpoint
244-
instead. The default value is `false`.
240+
* `use-octavia`(Optional): Whether or not to use Octavia for LoadBalancer type
241+
of Service implementation instead of using Neutron-LBaaS. Default: true
242+
Attention: Openstack CCM use Octavia as default load balancer implementation since v1.17.0
245243
* `subnet-id` (Optional): Used to specify the id of the subnet you want to
246244
create your loadbalancer on. Can be found at Network > Networks. Click on the
247245
respective network to get its subnets.

0 commit comments

Comments
 (0)