Merge "Fix API reference attach_mode parameter default for attachments API"

This commit is contained in:
Zuul 2018-03-14 04:11:46 +00:00 committed by Gerrit Code Review
commit 5f6aaca9ca

View File

@ -457,7 +457,7 @@ allow_attached_volume:
attach_mode:
description: |
The attach mode of attachment, read-only ('ro') or
read-and-write ('rw'), default is 'ro'.
read-and-write ('rw'), default is 'rw'.
in: body
required: false
type: string