Correct the Inconsistencies in Tacker CLI help texts.

Bug #1593661 reported by Manikantha Srinivas Tadi
6
This bug affects 1 person
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,shell,table,value,yaml}]
                          [-c COLUMN] [--max-width <integer>] [--noindent]
                          [--prefix PREFIX] [--request-format {json,xml}]
                          [--tenant-id TENANT_ID]
                          (--vnfd-file VNFD_FILE | --vnfd VNFD) [--name NAME]
                          [--description DESCRIPTION]

Create a VNFD.

optional arguments:
  -h, --help show this help message and exit
  --request-format {json,xml}
                        The xml or json request format
  --tenant-id TENANT_ID
                        The owner tenant ID
  --vnfd-file VNFD_FILE
                        specify vnfd file
  --vnfd VNFD specify vnfd
  --name NAME Set a name for the vnfd
  --description DESCRIPTION
                        Set a description for the vnfd

output formatters:
  output formatter options

  -f {html,json,shell,table,value,yaml}, --format {html,json,shell,table,value,yaml}
                        the output format, defaults to table
  -c COLUMN, --column COLUMN
                        specify the column(s) to include, can be repeated

table formatter:
  --max-width <integer>
                        Maximum display width, 0 to disable

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
Revision history for this message
Manikantha Srinivas Tadi (manikantha-tadi) wrote :
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/python-tackerclient 0.4.0

This issue was fixed in the openstack/python-tackerclient 0.4.0 release.

Changed in tacker:
status: Fix Committed → Fix Released
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.