← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1263217] Re: Unnecessary call to get_dhcp_port from DeviceManager setup

 

** Changed in: neutron
       Status: Fix Committed => Fix Released

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

Title:
  Unnecessary call to get_dhcp_port from DeviceManager setup

Status in OpenStack Neutron (virtual network service):
  Fix Released

Bug description:
  In the file neutron/agent/linux/dhcp.py, the DeviceManager setup
  method calls get_device which calls get_dhcp_port.  This results in an
  RPC call.  But, we already had the port in the setup method.

  I discovered this as I was trying to optimize the number of these RPC
  calls.

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


References