| Thread Previous • Date Previous • Date Next • Thread Next |
Reviewed: https://review.openstack.org/620277
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=aaf215b5a59a7e22961d1c155d86367e35e78f87
Submitter: Zuul
Branch: master
commit aaf215b5a59a7e22961d1c155d86367e35e78f87
Author: Yang Youseok <ileixe@xxxxxxxxx>
Date: Tue Nov 27 18:39:26 2018 +0900
Convert instance method to staticmethod in linuxbridge_neutron_agent
Convert unnessary instance method to staticmethod so that any plugin
API can use the methods.
Closes-Bug: #1805356
Change-Id: Ic568f470b813b85cfa46aa46308480e2579f779c
** Changed in: neutron
Status: Triaged => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1805356
Title:
Convert instance method to staticmethod in linux bridge agent
Status in neutron:
Fix Released
Bug description:
There were many instance methods unnecessarily maintained in
linuxbridge_neutron_agent. I found it makes L2 extensions hard to use
those functionality(e.g. get_all_devices()), so if there is no strong
reasons to use instance method, it's better to fix it.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1805356/+subscriptions
| Thread Previous • Date Previous • Date Next • Thread Next |