Activity log for bug #1628769

Date Who What changed Old value New value Message
2016-09-29 05:11:04 Naoya Harada bug added bug
2016-09-29 05:13:07 Naoya Harada tacker: assignee Naoya Harada (n-harada)
2016-09-29 05:15:02 Naoya Harada 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,table,value,yaml}] [-c COLUMN] [--max-width <integer>] [--noindent] [--quote {all,minimal,none,nonnumeric}] [--request-format {json,xml}] [-D] [-F FIELD] 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-format {json,xml} The xml or json request format -D, --show-details Show detailed info -F FIELD, --field FIELD Specify the field(s) to be returned by server. You can repeat this option. 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. 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,table,value,yaml}] [-c COLUMN]                             [--max-width <integer>] [--noindent]                             [--quote {all,minimal,none,nonnumeric}]                             [--request-format {json,xml}] [-D] [-F FIELD]   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-format {json,xml}                           The xml or json request format     -D, --show-details Show detailed info     -F FIELD, --field FIELD                           Specify the field(s) to be returned by server. You can                           repeat this option.   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.
2016-09-29 15:36:17 Sridhar Ramaswamy tacker: importance Undecided Low
2016-10-24 23:52:16 Naoya Harada tacker: status New In Progress