From d761ba3bd4474fdca6740d6aed3331aa433a8b4a Mon Sep 17 00:00:00 2001 From: jichenjc Date: Wed, 23 Mar 2016 09:36:39 +0800 Subject: [PATCH] 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 --- api-ref/source/parameters.yaml | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/api-ref/source/parameters.yaml b/api-ref/source/parameters.yaml index 4eb75a67e0..a3d320cd7b 100644 --- a/api-ref/source/parameters.yaml +++ b/api-ref/source/parameters.yaml @@ -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.