]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Avoid fetching network in _commit_port_binding
authorrossella <rsblendido@suse.com>
Thu, 12 Feb 2015 15:51:03 +0000 (16:51 +0100)
committerrossella <rsblendido@suse.com>
Mon, 23 Feb 2015 10:57:56 +0000 (10:57 +0000)
commit9ff2129b471eab4286670192783cf1e19e2944f9
treecd6793be26934f4a498fa99a64ef116805b63cb6
parent72dd0cc7f64c3cde49eb35f8c454e6f18876ca76
Avoid fetching network in _commit_port_binding

There's no need to get the network from the DB in
_commit_port_binding since it's stored in the PortContext

Change-Id: Icd5200746dc8fbba336bd4e5714b90b9f89704c0
neutron/plugins/ml2/plugin.py