Merge "Add availability_zone to api-ref"
This commit is contained in:
commit
03b039cad5
@ -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
|
||||||
|
@ -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",
|
||||||
|
@ -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
|
||||||
|
Loading…
Reference in New Issue
Block a user