Comment 3 for bug 1486649

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to neutron (master)

Reviewed: https://review.openstack.org/205181
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=43d62c62a8525a1f2aa67b0ee201c09409fefa9a
Submitter: Jenkins
Branch: master

commit 43d62c62a8525a1f2aa67b0ee201c09409fefa9a
Author: Neil Jerram <email address hidden>
Date: Thu Jul 23 18:17:12 2015 +0100

    DHCP agent: clarify logic of setup_dhcp_port

    When the DHCP port already exists, the code for finding it is
    unhelpfully mixed up with the code for updating its subnet IDs and
    fixed IP addresses. Clarify that area by splitting setup_dhcp_port
    into 3 subroutines, for each of the existing, reserved and new port
    cases.

    Related-Bug: #1486649
    Change-Id: I2a537560dc7a37299f4b7b4cd508d9309bbe1209