[Bug 1943639] Re: project/instances/attach_interface has O(N) scaling time complexity for opening form

Nicolas Bock 1943639 at bugs.launchpad.net
Tue Aug 22 21:07:33 UTC 2023


** Also affects: horizon (Ubuntu)
   Importance: Undecided
       Status: New

** Also affects: horizon (Ubuntu Focal)
   Importance: Undecided
       Status: New

** No longer affects: horizon (Ubuntu Focal)

** Also affects: horizon (Ubuntu Focal)
   Importance: Undecided
       Status: New

** Patch added: "focal-ussuri.debdiff"
   https://bugs.launchpad.net/ubuntu/+source/horizon/+bug/1943639/+attachment/5693963/+files/focal-ussuri.debdiff

-- 
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to horizon in Ubuntu.
https://bugs.launchpad.net/bugs/1943639

Title:
  project/instances/attach_interface has O(N) scaling time complexity
  for opening form

Status in OpenStack Dashboard (Horizon):
  Fix Released
Status in horizon package in Ubuntu:
  New
Status in horizon source package in Focal:
  New

Bug description:
  The time complexity of opening the project/instances/attach_interface
  form box is O(N) where N is the number of networks in the project.
  This is due to

  https://opendev.org/openstack/horizon/src/branch/master/openstack_dashboard/dashboards/project/instances/utils.py#L210

  Which loops over the networks and requests the ports associated with
  the network. For large projects this scaling behavior can become
  prohibitive.

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




More information about the Ubuntu-openstack-bugs mailing list