]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Remove l2pop _get_port_infos method
authorAssaf Muller <amuller@redhat.com>
Mon, 4 Jan 2016 22:49:09 +0000 (17:49 -0500)
committerAssaf Muller <amuller@redhat.com>
Wed, 6 Jan 2016 13:17:36 +0000 (13:17 +0000)
commit494ee39c6f3ed26b4c70d372dea3b186938bd38d
tree300b7da9231ddb8dae08da45877c935bb33c5959
parent70606fa29a754fba0c1106c6aa722879503fc0a9
Remove l2pop _get_port_infos method

It's a method called 'get_port_infos' that returned
4 values, most of which were not a function of the port.
What the method did or its naming was very unclear to me
so I broke it up according to its usage.

Change-Id: Ib1fd589e9123fc5009f0887dd400c550efa687a3
neutron/plugins/ml2/drivers/l2pop/mech_driver.py