Correct the Inconsistencies in Tacker CLI help texts.
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
tacker |
Fix Released
|
Low
|
Unassigned |
Bug Description
Some of the tacker CLI command help texts are inconsistent, some help messages start with capitals and some with small alphabets, This bug should aim to correct all the help texts of CLI Commands and make them uniform with other openstack projects.
Example:
tacker vnfd-create [-h] [-f {html,json,
Create a VNFD.
optional arguments:
-h, --help show this help message and exit
--request-format {json,xml}
--tenant-id TENANT_ID
--vnfd-file VNFD_FILE
--vnfd VNFD specify vnfd
--name NAME Set a name for the vnfd
--description DESCRIPTION
output formatters:
output formatter options
-f {html,json,
-c COLUMN, --column COLUMN
table formatter:
--max-width <integer>
json formatter:
--noindent whether to disable indenting the JSON
shell formatter:
a format a UNIX shell can parse (variable="value")
--prefix PREFIX add a prefix to all variable names
tags: | added: low-hanging-fruit |
Changed in tacker: | |
assignee: | Manikantha Srinivas Tadi (manikantha-tadi) → nobody |
status: | New → Fix Committed |
Changed in tacker: | |
status: | Fix Committed → Fix Released |
Fix patchset here https:/ /review. openstack. org/#/c/ 332598