]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Use accessors instead of private attributes for Ml2 plugin
authorAnn Kamyshnikova <akamyshnikova@mirantis.com>
Wed, 4 Mar 2015 12:50:07 +0000 (15:50 +0300)
committerAnn Kamyshnikova <akamyshnikova@mirantis.com>
Fri, 6 Mar 2015 15:37:41 +0000 (18:37 +0300)
commit857322c30ecfed11e770f0aea7b234f8ffdc0db1
tree698b2ad371114e56b6e40c891d6c59fc6e559f00
parent5d85b396dd1499fd38705ef7505ec68a3d00f707
Use accessors instead of private attributes for Ml2 plugin

Start using accessors instead of private attributes of PortContext
and NetworkContext where it is possible.

Closes-bug: #1424587

Change-Id: Ie3d963ae6cee9782d65ba683936072602c78ebaa
neutron/plugins/ml2/managers.py
neutron/plugins/ml2/plugin.py