** Also affects: neutron
   Importance: Undecided
       Status: New

** Changed in: neutron
     Assignee: (unassigned) => Hongbin Lu (hongbin.lu)

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

Title:
  Value of network's is_default is incorrect in create

Status in neutron:
  New
Status in python-openstackclient:
  New

Bug description:
  Description
  ===========
  Create a network with '--default' option, the network was created and the 
'is_default' attribute was shown as 'True'. However, the 'is_default' attribute 
was actually not set because it is for external network only.

  Reproduce
  =========
  $ openstack network create --default testnet
  +---------------------------+--------------------------------------+
  | Field                     | Value                                |
  +---------------------------+--------------------------------------+
  ...
  | is_default                | True                                 |
  ...
  +---------------------------+--------------------------------------+

  $ openstack network show testnet
  +---------------------------+--------------------------------------+
  | Field                     | Value                                |
  +---------------------------+--------------------------------------+
  ...
  | is_default                | None                                 |
  ...
  +---------------------------+--------------------------------------+

  Expected
  ========
  The response of the create command should have 'is_default' set to None

  Actual
  ======
  The response of the create command have 'is_default' set to True

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

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : yahoo-eng-team@lists.launchpad.net
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to