Comment 12 for bug 1420042

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (stable/kilo)

Reviewed: https://review.openstack.org/196708
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=68459f99edc2f71a5f6357c7e5594afa5883a9ea
Submitter: Jenkins
Branch: stable/kilo

commit 68459f99edc2f71a5f6357c7e5594afa5883a9ea
Author: dql <email address hidden>
Date: Mon Mar 9 12:52:11 2015 +0800

    fix DHCP port changed when dhcp-agent restart

    When DHCP server is started, the periodic task is running
    before loading cache state.The method port_update_end
    need to use the cache information, but the cache information
    has not been loaded.

    Change-Id: I0d1da11bb559b7f0f9d4428b82573fb26916a933
    Closes-Bug: #1420042
    (cherry picked from commit 3d2543d710c7071ffeb5c9857ac30a4d95695a7b)