Merge "Update attachment create API document"

This commit is contained in:
Zuul 2018-07-23 18:56:30 +00:00 committed by Gerrit Code Review
commit 288d1fecb4
2 changed files with 9 additions and 0 deletions

View File

@ -256,6 +256,7 @@ Request
- instance_uuid: instance_uuid_1
- connector: connector
- volume_uuid: volume_id_7
- mode: attach_mode_1
Request Example
---------------

View File

@ -444,6 +444,14 @@ attach_mode:
in: body
required: true
type: string
attach_mode_1:
description: |
The attach mode of attachment, acceptable values are
read-only ('ro') and read-and-write ('rw').
in: body
required: false
type: string
min_version: 3.54
attach_status:
description: |
The volume attach status.