Merge "Add availability_zone to api-ref"

This commit is contained in:
Zuul 2018-03-12 07:29:47 +00:00 committed by Gerrit Code Review
commit 03b039cad5
4 changed files with 30 additions and 22 deletions

View File

@ -188,6 +188,12 @@ auto_remove:
when the container's process exits. when the container's process exits.
in: body in: body
type: boolean type: boolean
availability_zone:
in: body
type: string
required: true
description: |
The availability zone of the Zun service.
binary: binary:
in: body in: body
type: string type: string

View File

@ -2,6 +2,7 @@
"services":[ "services":[
{ {
"binary": "zun-compute", "binary": "zun-compute",
"availability_zone": "nova",
"state": "up", "state": "up",
"created_at": "2017-02-01 03:25:07+00:00", "created_at": "2017-02-01 03:25:07+00:00",
"updated_at": "2017-02-01 06:13:07+00:00", "updated_at": "2017-02-01 06:13:07+00:00",

View File

@ -34,6 +34,7 @@ Response Parameters
- X-Openstack-Request-Id: request_id - X-Openstack-Request-Id: request_id
- services: services - services: services
- binary: binary - binary: binary
- availability_zone: availability_zone
- created_at: created_at - created_at: created_at
- state: state - state: state
- report_count: report_count - report_count: report_count