The description string of some arguments do not end with a period.

Bug #1489317 reported by chenying
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
python-cinderclient
Fix Released
Undecided
chenying

Bug Description

The description string of some arguments do not end with a period.

Each sentence in a description string of a argument should end with a period.

I found that the description string of some arguments do not end with a period.

  --os-project-name <auth-project-name>
                        Another way to specify tenant name. This option is
                        mutually exclusive with --os-tenant-name. Defaults to
                        env[OS_PROJECT_NAME].
  --os-project-domain-id <auth-project-domain-id>
                        Defaults to env[OS_PROJECT_DOMAIN_ID].
  --os-project-domain-name <auth-project-domain-name>
                        Defaults to env[OS_PROJECT_DOMAIN_NAME].
  --os-cert <certificate>
                        Defaults to env[OS_CERT].
  --os-key <key> Defaults to env[OS_KEY].
  --os-region-name <region-name>
                        Region name. Default=env[OS_REGION_NAME].
  --os-token <token> Defaults to env[OS_TOKEN]
  --os-url <url> Defaults to env[OS_URL]
  --os-cacert <ca-certificate>
                        Specify a CA bundle file to use in verifying a TLS
                        (https) server certificate. Defaults to env[OS_CACERT]

chenying (ying-chen)
Changed in python-cinderclient:
assignee: nobody → chenying (ying-chen)
Revision history for this message
chenying (ying-chen) wrote :

I install the master branch of python-cinderclient. The description string of some arguments do not end with a period.

  --bypass-url <bypass-url>
                        Use this API endpoint instead of the Service Catalog.
                        Defaults to env[CINDERCLIENT_BYPASS_URL]

  --os-auth-strategy <auth-strategy>
                        Authentication strategy (Env: OS_AUTH_STRATEGY,
                        default keystone). For now, any other value will
                        disable the authentication

  --os-user-id <auth-user-id>
                        Authentication user ID (Env: OS_USER_ID)

  --os-token <token> Defaults to env[OS_TOKEN]
  --os-url <url> Defaults to env[OS_URL]

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-cinderclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/218066

Changed in python-cinderclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-cinderclient (master)

Reviewed: https://review.openstack.org/218066
Committed: https://git.openstack.org/cgit/openstack/python-cinderclient/commit/?id=dba302e1dd497c49f9e85b4c2bd6f51f06c00155
Submitter: Jenkins
Branch: master

commit dba302e1dd497c49f9e85b4c2bd6f51f06c00155
Author: chenying <email address hidden>
Date: Fri Aug 28 10:27:05 2015 +0800

    Add a period for the description string of a argument

    This change add a period for the description string of
    a argument that gets dropped.

    Closes-Bug: #1489317
    Change-Id: Ica1a74625a640f8d664f5ca183ada14ef63be077

Changed in python-cinderclient:
status: In Progress → Fix Committed
Changed in python-cinderclient:
milestone: none → 1.5.0
Revision history for this message
Doug Hellmann (doug-hellmann) wrote : Fix included in openstack/python-cinderclient 1.5.0

This issue was fixed in openstack/python-cinderclient 1.5.0 release.

Changed in python-cinderclient:
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.