From 53a7e67b4132281c9e217061aac03429a77f869c Mon Sep 17 00:00:00 2001 From: Stephen Finucane Date: Wed, 26 May 2021 15:04:28 +0100 Subject: volume: Add 'block storage resource filter list' command These are based on the 'cinder list-filters' command, which accepts an optional '--resource {resource}' option to limit the listed filters to a single resource type. block storage resource filter list block storage resource filter show We used the 'block storage resource filter' terminology rather than simply 'resource filter' to highlight the fact that this is specific to the block storage service. Note that while this feature is a bit weird, good documentation can be found at [1]. [1] https://docs.openstack.org/cinder/latest/admin/generalized_filters.html Change-Id: I21e7c0ea427aef1f6665394d4b8e9a1f30d6dbb1 Signed-off-by: Stephen Finucane --- doc/source/cli/command-objects/block-storage-resource-filter.rst | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 doc/source/cli/command-objects/block-storage-resource-filter.rst (limited to 'doc/source/cli/command-objects') diff --git a/doc/source/cli/command-objects/block-storage-resource-filter.rst b/doc/source/cli/command-objects/block-storage-resource-filter.rst new file mode 100644 index 00000000..3e4c33ba --- /dev/null +++ b/doc/source/cli/command-objects/block-storage-resource-filter.rst @@ -0,0 +1,8 @@ +============================= +block storage resource filter +============================= + +Block Storage v3 + +.. autoprogram-cliff:: openstack.volume.v3 + :command: block storage resource filter * -- cgit v1.2.1