python-openstackclient/releasenotes/notes/add-block-storage-cluster-commands-fae8f686582bbbcf.yaml
Stephen Finucane d727a65023 volume: Add 'block storage cluster *' commands
These mirror the 'cinder cluster-*' commands, with arguments copied
across essentially verbatim. The only significant departure is the
replacement of "tenant" terminology with "project".

  block storage cluster list
  block storage cluster set
  block storage cluster show

We used the 'block storage' terminology rather than simply 'volume' to
allow us to start distinguishing between the volume service and a volume
resource.

Change-Id: I9105a9e4a139af4929e3b1f3a6de6c9a53e0b598
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2022-05-13 11:59:23 +01:00

8 lines
263 B
YAML

---
features:
- |
Add ``block storage cluster create``, ``block storage cluster delete``,
``block storage cluster list`` and ``block storage cluster show`` commands
to create, delete, list, and show block storage service clusters,
respectively.