Merge "Fix error in api-ref about host"

This commit is contained in:
Jenkins 2017-08-23 07:11:25 +00:00 committed by Gerrit Code Review
commit dbe9d12e7e
2 changed files with 13 additions and 6 deletions

View File

@ -31,12 +31,6 @@ Response Parameters
- X-Openstack-Request-Id: request_id
- hosts: host_list
- uuid: uuid
- hostname: hostname
- mem_total: mem_total
- cpus: cpus
- os: os
- labels: labels
Response Example
----------------

View File

@ -101,6 +101,19 @@ host:
in: body
required: true
type: string
host_ident:
description: |
The UUID or name of host in Zun.
in: body
required: true
type: string
host_list:
description: |
The host information list, including hostname, uuid, links, labels,
cpus, mem_total and os.
in: body
required: true
type: array
hostname:
description: |
The host where container is running.