]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
ML2: remove underscore from public method
authorManish Godara <manishg@yahoo-inc.com>
Wed, 18 Feb 2015 19:46:12 +0000 (11:46 -0800)
committerManish Godara <manishg@yahoo-inc.com>
Wed, 18 Feb 2015 19:46:12 +0000 (11:46 -0800)
commitcc5d0f418afac3d9f40c139b0a45ca1e09ce93cb
tree84a7c4c440ed3e6adf95431daa618be712dc25fa
parent87663eb7637e37fbbcde82051981e95ff79e1cd0
ML2: remove underscore from public method

In some refactors the private method was used from
outside the class but name wasn't updated.

Change-Id: I594af2661c4773e0d2c35ec924a4142057442086
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py
neutron/tests/unit/ml2/test_ml2_plugin.py