Merge "[api-ref] Add network,subnet and FIP for cluster"
This commit is contained in:
commit
479022eb3e
@ -42,6 +42,9 @@ Request
|
|||||||
- master_flavor_id: master_flavor_id
|
- master_flavor_id: master_flavor_id
|
||||||
- labels: labels
|
- labels: labels
|
||||||
- flavor_id: flavor_id
|
- flavor_id: flavor_id
|
||||||
|
- fixed_subnet: fixed_subnet
|
||||||
|
- fixed_network: fixed_network
|
||||||
|
- floating_ip_enabled: floating_ip_enabled_cluster
|
||||||
|
|
||||||
.. note::
|
.. note::
|
||||||
|
|
||||||
|
@ -283,6 +283,16 @@ floating_ip_enabled:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
|
floating_ip_enabled_cluster:
|
||||||
|
description: |
|
||||||
|
Whether enable or not using the floating IP of cloud provider. Some
|
||||||
|
cloud providers used floating IP, some used public IP, thus Magnum
|
||||||
|
provide this option for specifying the choice of using floating IP.
|
||||||
|
If it's not set, the value of floating_ip_enabled in template
|
||||||
|
will be used.
|
||||||
|
in: body
|
||||||
|
required: false
|
||||||
|
type: boolean
|
||||||
host:
|
host:
|
||||||
description: |
|
description: |
|
||||||
The host for the service.
|
The host for the service.
|
||||||
|
Loading…
Reference in New Issue
Block a user