diff options
| author | Stephen Finucane <sfinucan@redhat.com> | 2021-03-19 11:34:31 +0000 |
|---|---|---|
| committer | Stephen Finucane <sfinucan@redhat.com> | 2021-06-03 15:52:18 +0100 |
| commit | 0eddab36e52e813e2329ac10044fa4f67830efec (patch) | |
| tree | 8133b20828ba1b3ed135c6ac0abef0b41dfe5a5d /doc/source/cli/command-objects/volume-message.rst | |
| parent | 6dc94e1fb85595653dcdd24185c914b9df1741df (diff) | |
| download | python-openstackclient-0eddab36e52e813e2329ac10044fa4f67830efec.tar.gz | |
volume: Add 'volume message *' commands
This patch implements the necessary commands to utilize the Messages API
introduced in Cinder API version 3.3. Version 3.5 built upon this by
implementing pagination support for these commands which is present in
this patch as well.
volume message get
volume message list
volume message delete
Change-Id: I64aa0b4a8d4468baa8c63e5e30ee31de68df999d
Diffstat (limited to 'doc/source/cli/command-objects/volume-message.rst')
| -rw-r--r-- | doc/source/cli/command-objects/volume-message.rst | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/doc/source/cli/command-objects/volume-message.rst b/doc/source/cli/command-objects/volume-message.rst new file mode 100644 index 00000000..5b1a8ace --- /dev/null +++ b/doc/source/cli/command-objects/volume-message.rst @@ -0,0 +1,8 @@ +============== +volume message +============== + +Block Storage v3 + +.. autoprogram-cliff:: openstack.volume.v3 + :command: volume message * |
