yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #50165
[Bug 1577650] [NEW] RBACColumns defines abstract methods and properties but isn't decorated as a metaclass
Public bug reported:
RBACColumns defines abstractproperty object_type() and abstractmethod get_valid_actions() but is not decorated with @six.add_metaclass(abc.ABCMeta).
Decorating RBACColumns correctly causes a lot of test failures.
** 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/1577650
Title:
RBACColumns defines abstract methods and properties but isn't
decorated as a metaclass
Status in neutron:
New
Bug description:
RBACColumns defines abstractproperty object_type() and abstractmethod get_valid_actions() but is not decorated with @six.add_metaclass(abc.ABCMeta).
Decorating RBACColumns correctly causes a lot of test failures.
To manage notifications about this bug go to:
https://bugs.launchpad.net/neutron/+bug/1577650/+subscriptions
Follow ups