Help text for events-list options does not follow common format
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
In Progress
|
Low
|
Naoya Harada |
Bug Description
events-list command's help text for --id, --resource-id, --resource_state,
--resource_type, and --event_type does not follow common format.
$ tacker help events-list
usage: tacker events-list [-h] [-f {csv,json,
List events that belong to a given resource. The supported args are --id,
--resource_id, --resource_state, --resource_type, --event_type
optional arguments:
-h, --help show this help message and exit
--request-
-D, --show-details Show detailed info
-F FIELD, --field FIELD
output formatters:
...
Generally, options are shown in 'usage' and also listed with detail description in 'optional arguments'.
Also, vnf-events-list, vnfd-events-list, and vim-events-list have similar issues.
Changed in tacker: | |
assignee: | nobody → Naoya Harada (n-harada) |
description: | updated |
Changed in tacker: | |
importance: | Undecided → Low |
Changed in tacker: | |
status: | New → In Progress |
This issue was fixed in the openstack/ python- tackerclient 0.9.0 release.