]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Allow update_port_status to take network param
authorKevin Benton <blak111@gmail.com>
Thu, 4 Jun 2015 01:25:14 +0000 (18:25 -0700)
committerKevin Benton <blak111@gmail.com>
Tue, 9 Jun 2015 11:11:58 +0000 (04:11 -0700)
commitea35b299f06050608f3e7bb6fbc880006ed31024
treeb22e235f9a7782a3f9e1c9706bb87e12dbe07db5
parentca01ebc1203dd04a29ca430144d7023c542b5d49
Allow update_port_status to take network param

Allow the update_port_status function to take a network as
an optional parameter to skip calling get_network again if
the caller has already done so.

Closes-Bug: #1463656
Change-Id: I994f3abdb1b0ad3b2766f409b206ad4a8b2309b6
neutron/plugins/ml2/plugin.py
neutron/plugins/ml2/rpc.py
neutron/tests/unit/plugins/ml2/test_plugin.py