Skip to content

Commit 3db9265

Browse files
Zuulopenstack-gerrit
authored andcommitted
Merge "Update docs for cluster resource"
2 parents ce57cf0 + 9b8f155 commit 3db9265

File tree

2 files changed

+15
-0
lines changed

2 files changed

+15
-0
lines changed

api-ref/source/clusters.inc

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,7 @@ Request
4545
- fixed_subnet: fixed_subnet
4646
- fixed_network: fixed_network
4747
- floating_ip_enabled: floating_ip_enabled_cluster
48+
- master_lb_enabled: master_lb_enabled_cluster
4849

4950
.. note::
5051

@@ -163,6 +164,8 @@ Response
163164
- node_addresses: node_addresses
164165
- status_reason: status_reason
165166
- create_timeout: create_timeout
167+
- floating_ip_enabled: floating_ip_enabled_cluster
168+
- master_lb_enabled: master_lb_enabled_cluster
166169
- name: name
167170

168171
Response Example

api-ref/source/parameters.yaml

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -403,6 +403,18 @@ master_lb_enabled:
403403
in: body
404404
required: true
405405
type: boolean
406+
master_lb_enabled_cluster:
407+
description: |
408+
Since multiple masters may exist in a bay/cluster, a Neutron load balancer
409+
is created to provide the API endpoint for the bay/cluster and to direct
410+
requests to the masters. In some cases, such as when the LBaaS service is
411+
not available, this option can be set to ``false`` to create a bay/cluster
412+
without the load balancer. In this case, one of the masters will serve as
413+
the API endpoint. The default is ``true``, i.e. to create the load
414+
balancer for the bay.
415+
in: body
416+
required: false
417+
type: boolean
406418
max_batch_size:
407419
description: |
408420
The max batch size each time when doing upgrade, default value is 1

0 commit comments

Comments
 (0)