Add 'binary' and 'disable-reason' into os-service

there are references in os-service.inc to binary and disable-reason
but the definitions are missing in parameters.yaml

definitions are here:
https://github.com/openstack/nova/blob/master/nova/api/openstack/compute/schemas/services.py

Part of bp:api-ref-in-rst

Change-Id: Ic371c68cc57c43dc8e866482e901a1d0e7aa18c7
This commit is contained in:
jichenjc
2016-03-23 09:36:39 +08:00
parent 044edbe366
commit d761ba3bd4
+12
View File
@@ -52,6 +52,12 @@ attachment_id:
in: path
required: true
type: string
binary:
description: |
The binary name of the service.
in: path
required: true
type: string
cell_id:
description: |
The UUID of the cell.
@@ -76,6 +82,12 @@ console_id:
in: path
required: true
type: string
disabled_reason:
description: |
The reason for disable a service.
in: path
required: false
type: string
domain:
description: |
The registered DNS domain that the DNS drivers publish.