File tree Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Expand file tree Collapse file tree 2 files changed +15
-0
lines changed Original file line number Diff line number Diff line change @@ -45,6 +45,7 @@ Request
45
45
- fixed_subnet: fixed_subnet
46
46
- fixed_network: fixed_network
47
47
- floating_ip_enabled: floating_ip_enabled_cluster
48
+ - master_lb_enabled: master_lb_enabled_cluster
48
49
49
50
.. note ::
50
51
@@ -163,6 +164,8 @@ Response
163
164
- node_addresses: node_addresses
164
165
- status_reason: status_reason
165
166
- create_timeout: create_timeout
167
+ - floating_ip_enabled: floating_ip_enabled_cluster
168
+ - master_lb_enabled: master_lb_enabled_cluster
166
169
- name: name
167
170
168
171
Response Example
Original file line number Diff line number Diff line change @@ -403,6 +403,18 @@ master_lb_enabled:
403
403
in : body
404
404
required : true
405
405
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
406
418
max_batch_size :
407
419
description : |
408
420
The max batch size each time when doing upgrade, default value is 1
You can’t perform that action at this time.
0 commit comments