osc volume attachment list help is inconsistent with implementation
| Affects | Status | Importance | Assigned to | Milestone | |
|---|---|---|---|---|---|
| python-openstackclient |
Confirmed
|
Low
|
Unassigned | ||
Bug Description
osc volume attachment list help refers many times to the '--filters' option which does not seem to exist.
It seems like there were some TODOs added in 2021 to implement '--filters', but that's the least mention of it I could find:
https:/
Maybe it would be better to say in the help text that filtering is unimplemented until the implementation gets in place.
$ openstack --os-volume-
[snip]
options:
-h, --help show this help message and exit
--project <project>
--project-domain <project-domain>
--all-projects Shows details for all projects (admin only).
--volume-id <volume-id>
--status <status>
--limit <limit>
--marker <marker>
[snip]
$ openstack --version
openstack 7.2.0
$ openstack --debug
[snip]
compute API version 2.1, cmd group openstack.
identity API version 3, cmd group openstack.
image API version 2, cmd group openstack.image.v2
network API version 2, cmd group openstack.
object_store API version 1, cmd group openstack.
volume API version 3, cmd group openstack.volume.v3
orchestration API version 1, cmd group openstack.
alarming API version 2, cmd group openstack.
load_balancer API version 2.0, cmd group openstack.
baremetal API version 1.92, cmd group openstack.
key_manager API version 1, cmd group openstack.
database API version 1, cmd group openstack.
placement API version 1, cmd group openstack.
rca API version 1, cmd group openstack.rca.v1
container_infra API version 1, cmd group openstack.
workflow_engine API version 2, cmd group openstack.
container API version 1, cmd group openstack.
dns API version 2, cmd group openstack.dns.v2
messaging API version 2, cmd group openstack.
share API version 2.84, cmd group openstack.share.v2
reservation API version 1, cmd group openstack.
neutronclient API version 2, cmd group openstack.
[snip]
| Changed in python-openstackclient: | |
| assignee: | nobody → djp (dimsssss) |
| Changed in python-openstackclient: | |
| importance: | Undecided → Low |
| status: | New → Confirmed |
| Changed in python-openstackclient: | |
| assignee: | djp (dimsssss) → nobody |