Reviewed: https://review.openstack.org/413168 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=021f2f80357a6cdb9ed922dbcf073c5a617e4c1a Submitter: Jenkins Branch: master
commit 021f2f80357a6cdb9ed922dbcf073c5a617e4c1a Author: Bertrand Lallau <[email protected]> Date: Mon Dec 19 11:18:06 2016 +0100 DHCP: "reserved_dhcp_port" not well managed during startup During DHCP agent startup, same reserved DHCP port can be configured by 2 different DHCP agent (HA case). In this special error case (race condition case) a DhcpPortInUse RemoteError exception is triggered (Bug: #1425402). This exception is actually not caught well, instead of trying with the next "reserved DHCP port" an exception was raised. Change-Id: I40cb8884b36c4a7c14f470d3a126f4a9a0a98d47 Closes-bug: #1651512 ** Changed in: neutron Status: In Progress => 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/1651512 Title: Dhcpagent "reserved_dhcp_port" not well managed during startup Status in neutron: Fix Released Bug description: During DHCP agent startup, same reserved DHCP port can be configured by 2 different DHCP agent (HA case). In this special case (race condition case) a DhcpPortInUse RemoteError exception is triggered. This exception is actually not well catched, instead of trying with the next "reserved DHCP port" a new exception is raised. To manage notifications about this bug go to: https://bugs.launchpad.net/neutron/+bug/1651512/+subscriptions -- Mailing list: https://launchpad.net/~yahoo-eng-team Post to : [email protected] Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp

