6dc94e1fb8
These mirror the 'cinder attachment-*' commands, with arguments copied across essentially verbatim. The only significant departure is the replacement of "tenant" terminology with "project". volume attachment create volume attachment delete volume attachment list volume attachment complete volume attachment set volume attachment show Full support for filtering is deferred for now since that's a more complicated change that requires additional commands be added first. TODOs are included to this effect. Change-Id: If47c2b56fe65ee2cee07c000d6ae3688d5ef3b42 Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
9 lines
315 B
YAML
9 lines
315 B
YAML
---
|
|
features:
|
|
- |
|
|
Add ``volume attachment create``, ``volume attachment delete``,
|
|
``volume attachment list``, ``volume attachment complete``,
|
|
``volume attachment set`` and ``volume attachment show`` commands to
|
|
create, delete, list, complete, update and show volume attachments,
|
|
respectively.
|