That's the opposite: FirewallDriver is an abstract class using the
pattern:
def method(...):
raise NotImplementedError
instead of:
@abstractmethod
def method(...):
pass
** Changed in: neutron
Status: Won't Fix => Confirmed
** Summary changed:
- firewall driver uses abstracemethod without metaclass set
+ firewall driver is an abstract class not using abstractmethod
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to neutron.
https://bugs.launchpad.net/bugs/1119119
Title:
firewall driver is an abstract class not using abstractmethod
Status in neutron:
Confirmed
Bug description:
FirewallDrifver uses @abstractmethod decorator, but it doesn't set its
metaclass to ABCMeta.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1119119/+subscriptions
--
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help : https://help.launchpad.net/ListHelp