Reviewed: https://review.openstack.org/239403 Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=e9ee5bd308bedd09eed1bf436852ec9898395ffc Submitter: Jenkins Branch: master
commit e9ee5bd308bedd09eed1bf436852ec9898395ffc Author: Dariusz Smigiel (dasm) <dariusz.smig...@intel.com> Date: Mon Oct 26 12:12:38 2015 +0100 Add abstractmethod to FirewallDriver abstract class FirewallDriver is abstract base class but do not have abstractmethods. Updated methods to correspond with use-case of class. Closes-bug: #1119119 Change-Id: I4b27b27d66c0b89cd9b65541cc1703103a2b00d2 ** Changed in: neutron Status: In Progress => 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/1119119 Title: firewall driver is an abstract class not using abstractmethod Status in neutron: Fix Released 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 : yahoo-eng-team@lists.launchpad.net Unsubscribe : https://launchpad.net/~yahoo-eng-team More help : https://help.launchpad.net/ListHelp