python-openstackclient/releasenotes/notes/add-volume-attachment-commands-db2974c6460fa3bc.yaml
Stephen Finucane 6dc94e1fb8 volume: Add 'volume attachment *' commands
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>
2021-06-03 15:52:18 +01:00

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.