Merge "nova-net: Update API reference guide"

This commit is contained in:
Zuul 2020-02-06 17:12:25 +00:00 committed by Gerrit Code Review
commit 69ce0f01b6
3 changed files with 13 additions and 7 deletions

View File

@ -38,7 +38,7 @@ Response
.. rest_parameters:: parameters.yaml
- floating_ip_pools: floating_ip_pools
- name: floating_ip_pool_name
- name: floating_ip_pool_name_or_id
**Example List Floating Ip Pools: JSON response**

View File

@ -62,7 +62,7 @@ Response
- id: floating_ip_id_value
- instance_id: server_id
- ip: floating_ip
- pool: floating_ip_pool_name
- pool: floating_ip_pool_name_or_id
**Example List Floating Ip Addresses**
@ -94,7 +94,7 @@ Request
.. rest_parameters:: parameters.yaml
- pool: floating_ip_pool_name
- pool: floating_ip_pool_name_or_id
**Example Create (Allocate) Floating Ip Address**
@ -111,7 +111,7 @@ Response
- id: floating_ip_id_value
- instance_id: server_id
- ip: floating_ip
- pool: floating_ip_pool_name
- pool: floating_ip_pool_name_or_id
**Example Create (Allocate) Floating Ip Address: JSON response**
@ -151,7 +151,7 @@ Response
- id: floating_ip_id_value
- instance_id: server_id
- ip: floating_ip
- pool: floating_ip_pool_name
- pool: floating_ip_pool_name_or_id
**Example Show Floating Ip Address Details: JSON response**

View File

@ -3213,16 +3213,22 @@ floating_ip_obj:
type: object
floating_ip_pool_name:
description: |
The name of the floating ip pool.
The name of the floating IP pool.
in: body
required: true
type: string
floating_ip_pool_name_optional:
description: |
The name of the floating ip pool
The name of the floating IP pool
in: body
required: false
type: string
floating_ip_pool_name_or_id:
description: |
The name or ID of the floating IP pool.
in: body
required: true
type: string
floating_ip_pools:
description: |
The ``floating_ip_pools`` object.