Merge "Add two response parameters in the api-ref of getting capabilities"

This commit is contained in:
Jenkins 2017-04-01 03:36:20 +00:00 committed by Gerrit Code Review
commit 641864b662
3 changed files with 16 additions and 0 deletions

View File

@ -39,6 +39,8 @@ Response Parameters
- vendor_name: vendor_name
- properties: properties
- storage_protocol: storage_protocol
- replication_targets: replication_targets
- display_name: display_name
Response Example
----------------

View File

@ -601,6 +601,12 @@ description_9:
in: body
required: true
type: string
display_name:
description: |
The name of volume backend capabilities.
in: body
required: true
type: string
driver_version:
description: |
The driver version.
@ -1473,6 +1479,13 @@ replication_status:
in: body
required: true
type: string
replication_targets:
description: |
A list of volume backends used to replicate volumes
on this backend.
in: body
required: true
type: list
request_id:
description: |
The id of the request during which the message was created.

View File

@ -8,6 +8,7 @@
"display_name": "Capabilities of Cinder LVM driver",
"description": "These are volume type options provided by Cinder LVM driver, blah, blah.",
"visibility": "public",
"replication_targets": [],
"properties": {
"compression": {
"title": "Compression",