]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Deepcopy port dict in dhcp rpc handler
authorPavel Bondar <pbondar@infoblox.com>
Tue, 20 Oct 2015 15:59:16 +0000 (18:59 +0300)
committerPavel Bondar <pbondar@infoblox.com>
Wed, 21 Oct 2015 10:49:16 +0000 (13:49 +0300)
commita7b976e6529b744dd01f26f9fa7769518fe7b20b
tree9f878a3ae048cb662a2b570ec6aae038c46eecb2
parentd598b81f6acec8defa4756cd1f9accb6d75d082b
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
neutron/api/rpc/handlers/dhcp_rpc.py