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/data/cinder.csv | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'doc/source/cli/data/cinder.csv') diff --git a/doc/source/cli/data/cinder.csv b/doc/source/cli/data/cinder.csv index 54ce7967..eeaaeacc 100644 --- a/doc/source/cli/data/cinder.csv +++ b/doc/source/cli/data/cinder.csv @@ -69,7 +69,7 @@ group-update,volume group set,Updates a group. (Supported by API versions 3.13 - image-metadata,volume set --image-property,Sets or deletes volume image metadata. image-metadata-show,volume show,Shows volume image metadata. list,volume list,Lists all volumes. -list-filters,,List enabled filters. (Supported by API versions 3.33 - 3.latest) +list-filters,block storage resource filter list,List enabled filters. (Supported by API versions 3.33 - 3.latest) manage,volume create --remote-source k=v,Manage an existing volume. manageable-list,,Lists all manageable volumes. (Supported by API versions 3.8 - 3.latest) message-delete,volume message delete,Removes one or more messages. (Supported by API versions 3.3 - 3.latest) -- cgit v1.2.1