← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1463656] [NEW] update_port_status always looks up network

 

Public bug reported:

update_port_status calls get_network to construct the PortContext object
for the port. However, there are cases where the caller has already
looked up the network (e.g. get_device_details) so this double-lookup is
a waste of resources.

** Affects: neutron
     Importance: Undecided
     Assignee: Kevin Benton (kevinbenton)
         Status: In Progress

** Changed in: neutron
     Assignee: (unassigned) => Kevin Benton (kevinbenton)

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

Title:
  update_port_status always looks up network

Status in OpenStack Neutron (virtual network service):
  In Progress

Bug description:
  update_port_status calls get_network to construct the PortContext
  object for the port. However, there are cases where the caller has
  already looked up the network (e.g. get_device_details) so this
  double-lookup is a waste of resources.

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


Follow ups

References