yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #07666
[Bug 1263217] [NEW] Unnecessary call to get_dhcp_port from DeviceManager setup
Public bug reported:
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.
** Affects: neutron
Importance: Undecided
Assignee: Carl Baldwin (carl-baldwin)
Status: In Progress
--
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):
In Progress
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
Follow ups
References