]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Return port context from _bind_port_if_needed
authorEugene Nikanorov <enikanorov@mirantis.com>
Sun, 10 Aug 2014 18:54:37 +0000 (22:54 +0400)
committerEugene Nikanorov <enikanorov@mirantis.com>
Mon, 11 Aug 2014 07:47:04 +0000 (11:47 +0400)
commit03920290d00148437fe14696621bc7446bfc7e46
treeaf82217f3983757e609a931b257bd2f46b1dc2e1
parentec4f86101039bf0bdb2501d3b11b579c1360a6ab
Return port context from _bind_port_if_needed

Previously port was returned causing exception being thrown
in rpc handling code.

Change-Id: Iba498d0600d625f0469392b99ac0bc8c1f1ecff7
Closes-Bug: #1354912
neutron/plugins/ml2/plugin.py