← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1528465] Re: dashboard project network column display duplicate default public network randomly (with admin)

 

Reviewed:  https://review.openstack.org/261191
Committed: https://git.openstack.org/cgit/openstack/horizon/commit/?id=11d973fbe36369cba4b450536c6dff57c0cd6d21
Submitter: Jenkins
Branch:    master

commit 11d973fbe36369cba4b450536c6dff57c0cd6d21
Author: Akihiro Motoki <motoki@xxxxxxxxxxxxx>
Date:   Thu Dec 24 15:21:33 2015 +0900

    Fix network duplication check logic
    
    Previously api.neutron.Network object was compared by using _apidict
    but it did not work when for example the order of subnet list is different.
    This commit changes the comparison logic to use network ID explicitly.
    In addition, it moves the logic to fetch external networks to api.neutron.
    
    Change-Id: Ie3a42e29c32c17a7f3bf1596b0e09cb73eae9d2a
    Closes-Bug: #1528465


** Changed in: horizon
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Dashboard (Horizon).
https://bugs.launchpad.net/bugs/1528465

Title:
  dashboard project network column display duplicate default public
  network randomly (with admin)

Status in OpenStack Dashboard (Horizon):
  Fix Released

Bug description:
  dashboard project network column display duplicate default public
  network randomly. this occurs randomly

  setup:
  devstack

  reproduce:
  yes

  steps:
  1.check default public network we have
  stack@45-59:~/devstack$ neutron net-list
  +--------------------------------------+---------+----------------------------------------------------------+
  | id                                   | name    | subnets                                                  |
  +--------------------------------------+---------+----------------------------------------------------------+
  | 1931775c-4459-4c18-9910-53b1ffbe4d31 | private | 9b1a99a3-e7ae-4a7d-b9d2-e035077d4e5e 10.0.0.0/24         |
  |                                      |         | 3ebaa37a-2b80-4186-9357-dd8b1202d542 fd7e:7e2b:56d0::/64 |
  | b9cedb82-6835-499b-885d-7646416ac93f | public  | aea6ea63-b70c-49fe-9bf5-3f593015a07d 172.24.4.0/24       |
  |                                      |         | 146a2d03-52e0-4c7d-ba77-a9a2df99da7f 2001:db8::/64       |

  2.check this on dashborad, we find that it displays two duplicate
  public network.  this occurs randomly

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


References