Merge "Fix the description of some parameters"
This commit is contained in:
commit
541d0d3fd6
@ -218,7 +218,7 @@ Request
|
|||||||
- qos_policy_id: qos_policy_id-request
|
- qos_policy_id: qos_policy_id-request
|
||||||
- router:external: router:external-request
|
- router:external: router:external-request
|
||||||
- segments: segments
|
- segments: segments
|
||||||
- shared: network-shared-request
|
- shared: shared
|
||||||
- description: description-request
|
- description: description-request
|
||||||
- is_default: network_is_default-request
|
- is_default: network_is_default-request
|
||||||
|
|
||||||
@ -441,7 +441,7 @@ Request
|
|||||||
- qos_policy_id: qos_policy_id-request
|
- qos_policy_id: qos_policy_id-request
|
||||||
- router:external: router:external-request
|
- router:external: router:external-request
|
||||||
- segments: segments-request
|
- segments: segments-request
|
||||||
- shared: network-shared-request
|
- shared: shared
|
||||||
- tenant_id: project_id-request
|
- tenant_id: project_id-request
|
||||||
- vlan_transparent: vlan_transparent-request
|
- vlan_transparent: vlan_transparent-request
|
||||||
- description: description-request
|
- description: description-request
|
||||||
@ -549,7 +549,7 @@ Request
|
|||||||
- qos_policy_id: qos_policy_id-request
|
- qos_policy_id: qos_policy_id-request
|
||||||
- router:external: router:external-request
|
- router:external: router:external-request
|
||||||
- segments: segments-request
|
- segments: segments-request
|
||||||
- shared: network-shared-request
|
- shared: shared
|
||||||
- tenant_id: project_id-request
|
- tenant_id: project_id-request
|
||||||
- vlan_transparent: vlan_transparent-request
|
- vlan_transparent: vlan_transparent-request
|
||||||
- description: description-request
|
- description: description-request
|
||||||
|
@ -3175,13 +3175,6 @@ network-shared:
|
|||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
network-shared-request:
|
|
||||||
description: |
|
|
||||||
Indicates whether this network is shared across all tenants. By default,
|
|
||||||
only administrative users can change this value.
|
|
||||||
in: body
|
|
||||||
required: false
|
|
||||||
type: boolean
|
|
||||||
network-status:
|
network-status:
|
||||||
description: |
|
description: |
|
||||||
The network status. Values are ``ACTIVE``, ``DOWN``, ``BUILD`` or ``ERROR``.
|
The network status. Values are ``ACTIVE``, ``DOWN``, ``BUILD`` or ``ERROR``.
|
||||||
@ -4434,15 +4427,14 @@ service_type:
|
|||||||
type: string
|
type: string
|
||||||
shared:
|
shared:
|
||||||
description: |
|
description: |
|
||||||
Admin-only. Indicates whether this network is
|
Indicates whether this resource is shared across all projects.
|
||||||
shared across all projects.
|
By default, only administrative users can change this value.
|
||||||
in: body
|
in: body
|
||||||
required: false
|
required: false
|
||||||
type: boolean
|
type: boolean
|
||||||
shared-response:
|
shared-response:
|
||||||
description: |
|
description: |
|
||||||
Admin-only. Indicates whether this network is
|
Indicates whether this resource is shared across all projects.
|
||||||
shared across all tenants.
|
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: boolean
|
type: boolean
|
||||||
@ -4739,7 +4731,7 @@ subnetpool:
|
|||||||
type: object
|
type: object
|
||||||
subnetpool_id_body:
|
subnetpool_id_body:
|
||||||
description: |
|
description: |
|
||||||
The ID of the subnet.
|
The ID of the subnet pool.
|
||||||
in: body
|
in: body
|
||||||
required: true
|
required: true
|
||||||
type: string
|
type: string
|
||||||
|
Loading…
x
Reference in New Issue
Block a user