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:
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user