Comment 8 for bug 1494351

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

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

commit a7b976e6529b744dd01f26f9fa7769518fe7b20b
Author: Pavel Bondar <email address hidden>
Date: Tue Oct 20 18:59:16 2015 +0300

    Deepcopy port dict in dhcp rpc handler

    Added deepcopy of port dict in dhcp rpc handler to prevent operating on
    changed dict in case of raising retry request.

    Change-Id: Ie1816fe819ba77061e71bd61de2fd9ebe4574cef
    Related-Bug: #1494351