← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1479243] [NEW] _core_plugin should be put into plugins\common\utils.py

 

Public bug reported:

the below function: 
   @property
    def _core_plugin(self):
        return manager.NeutronManager.get_plugin()
is put into many class 'L3_NAT_dbonly_mixin', 'Firewall_db_mixin', and so on.
as a common useful function , it should be put in ' plugins\common\utils.py' file  to avoid many definition.

** Affects: neutron
     Importance: Undecided
         Status: New

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1479243

Title:
  _core_plugin should be put into plugins\common\utils.py

Status in neutron:
  New

Bug description:
  the below function: 
     @property
      def _core_plugin(self):
          return manager.NeutronManager.get_plugin()
  is put into many class 'L3_NAT_dbonly_mixin', 'Firewall_db_mixin', and so on.
  as a common useful function , it should be put in ' plugins\common\utils.py' file  to avoid many definition.

To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1479243/+subscriptions


Follow ups