api-ref: Fix a parameter in os-availability-zone.inc

In "Get Availability Zone Information",
the 'hosts' response parameter is always 'null'.
So fix the description.

Change-Id: I23bd8b3a422aa03c3f56d7f2f10f6603acd0078a
Closes-Bug: #1654427
This commit is contained in:
Takashi NATSUME
2017-01-06 07:59:11 +09:00
parent 045f08ab8a
commit 7c66d4184b
2 changed files with 7 additions and 1 deletions
+1 -1
View File
@@ -30,7 +30,7 @@ Response
.. rest_parameters:: parameters.yaml
- availabilityZoneInfo: availability_zone_info
- hosts: hosts.availability_zone
- hosts: hosts.availability_zone_none
- zoneName: OS-EXT-AZ:availability_zone
- zoneState: availability_zone_state
- available: available
+6
View File
@@ -2263,6 +2263,12 @@ hosts.availability_zone:
in: body
required: true
type: object
hosts.availability_zone_none:
description: |
It is always ``null``.
in: body
required: true
type: none
hours:
description: |
The duration that the server exists (in hours).