Merge "[api-ref] Add network,subnet and FIP for cluster"

This commit is contained in:
Zuul 2019-08-22 18:35:32 +00:00 committed by Gerrit Code Review
commit 479022eb3e
2 changed files with 13 additions and 0 deletions

View File

@ -42,6 +42,9 @@ Request
- master_flavor_id: master_flavor_id
- labels: labels
- flavor_id: flavor_id
- fixed_subnet: fixed_subnet
- fixed_network: fixed_network
- floating_ip_enabled: floating_ip_enabled_cluster
.. note::

View File

@ -283,6 +283,16 @@ floating_ip_enabled:
in: body
required: true
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:
description: |
The host for the service.