Previously port was returned causing exception being thrown
in rpc handling code.
Change-Id: Iba498d0600d625f0469392b99ac0bc8c1f1ecff7
Closes-Bug: #
1354912
# The port has been deleted concurrently, so just
# return the unbound result from the initial
# transaction that completed before the deletion.
- return context._port
+ LOG.debug("Port %s has been deleted concurrently",
+ port_id)
+ return context
# Need to notify if we succeed and our results were
# committed.
if did_commit and (new_context._binding.vif_type !=