← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1587418] Re: router-create takes first parameter as name

 

[Expired for python-neutronclient because there has been no activity for
60 days.]

** Changed in: python-neutronclient
       Status: Incomplete => Expired

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

Title:
  router-create takes first parameter as name

Status in neutron:
  Invalid
Status in python-neutronclient:
  Expired

Bug description:
  While creating a router the following situation occurred:

  [root@Mitaka5 ~(keystone_admin)]# neutron router-create --description "This is a bug" router_one
  Created a new router:
  +-------------------------+--------------------------------------+
  | Field                   | Value                                |
  +-------------------------+--------------------------------------+
  | admin_state_up          | True                                 |
  | availability_zone_hints |                                      |
  | availability_zones      |                                      |
  | description             | router_one                           |
  | distributed             | False                                |
  | external_gateway_info   |                                      |
  | ha                      | False                                |
  | id                      | 7aecee37-b665-4ab2-aad0-1ce58b388004 |
  | name                    | This is a bug                        |
  | routes                  |                                      |
  | status                  | ACTIVE                               |
  | tenant_id               | 9d56bfe003a341fea149442236760e0f     |
  +-------------------------+--------------------------------------+

  
  Here the description is considered as name and name is considered as description.

  Summary:
  The first field is always taken to be name.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1587418/+subscriptions


References