Merge "Fix the description of some parameters"

This commit is contained in:
Zuul 2018-03-07 18:05:09 +00:00 committed by Gerrit Code Review
commit 541d0d3fd6
2 changed files with 7 additions and 15 deletions

View File

@ -218,7 +218,7 @@ Request
- qos_policy_id: qos_policy_id-request
- router:external: router:external-request
- segments: segments
- shared: network-shared-request
- shared: shared
- description: description-request
- is_default: network_is_default-request
@ -441,7 +441,7 @@ Request
- qos_policy_id: qos_policy_id-request
- router:external: router:external-request
- segments: segments-request
- shared: network-shared-request
- shared: shared
- tenant_id: project_id-request
- vlan_transparent: vlan_transparent-request
- description: description-request
@ -549,7 +549,7 @@ Request
- qos_policy_id: qos_policy_id-request
- router:external: router:external-request
- segments: segments-request
- shared: network-shared-request
- shared: shared
- tenant_id: project_id-request
- vlan_transparent: vlan_transparent-request
- description: description-request

View File

@ -3175,13 +3175,6 @@ network-shared:
in: body
required: true
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:
description: |
The network status. Values are ``ACTIVE``, ``DOWN``, ``BUILD`` or ``ERROR``.
@ -4434,15 +4427,14 @@ service_type:
type: string
shared:
description: |
Admin-only. Indicates whether this network is
shared across all projects.
Indicates whether this resource is shared across all projects.
By default, only administrative users can change this value.
in: body
required: false
type: boolean
shared-response:
description: |
Admin-only. Indicates whether this network is
shared across all tenants.
Indicates whether this resource is shared across all projects.
in: body
required: true
type: boolean
@ -4739,7 +4731,7 @@ subnetpool:
type: object
subnetpool_id_body:
description: |
The ID of the subnet.
The ID of the subnet pool.
in: body
required: true
type: string