← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1593130] Re: There is no description how IP_VERSION values in 'address-scope-create' help msg, adding it makes help msg more clearly

 

** Project changed: neutron => python-neutronclient

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1593130

Title:
  There is no description how IP_VERSION values in 'address-scope-
  create' help msg,adding it makes help msg more clearly

Status in python-neutronclient:
  Confirmed

Bug description:
  There is no description how IP_VERSION values in 'address-scope-
  create' help msg.According to the help information 'Specify the
  address family of the address scope.',the users may not be clear what
  does 'the address family' mean.

  Therefore, help information points out how 'the address family' values
  seems to be more appropriate.

  [root@localhost devstack]# neutron help address-scope-create
  usage: neutron address-scope-create [-h] [-f {json,shell,table,value,yaml}]
                                      [-c COLUMN] [--max-width <integer>]
                                      [--noindent] [--prefix PREFIX]
                                      [--request-format {json}]
                                      [--tenant-id TENANT_ID] [--shared]
                                      NAME IP_VERSION

  Create an address scope for a given tenant.

  positional arguments:
    NAME                  Specify the name of the address scope.
    IP_VERSION            Specify the address family of the address scope.

  'IP_VERSION Specify the address family of the address scope (choose
  from 4, 6).' instead of 'IP_VERSION Specify the address family of the
  address scope.'

To manage notifications about this bug go to:
https://bugs.launchpad.net/python-neutronclient/+bug/1593130/+subscriptions


References