← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1805356] [NEW] Convert instance method to staticmethod in linux bridge agent

 

Public bug reported:

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.

** Affects: neutron
     Importance: Undecided
     Assignee: Yang Youseok (ileixe)
         Status: New

** Description changed:

  There were many instance methods unnecessarily maintained in
- linuxbridge_neutron_agent. I found it makes L2 extensions 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.
+ 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.

** Changed in: neutron
     Assignee: (unassigned) => Yang Youseok (ileixe)

-- 
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:
  New

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


Follow ups