Reviewed: https://review.openstack.org/352586 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=97585c15a62eb081cce5489bf4b91f0ee0334fcb Submitter: Jenkins Branch: master
commit 97585c15a62eb081cce5489bf4b91f0ee0334fcb Author: Harini <[email protected]> Date: Tue Aug 9 01:40:18 2016 +0530 EndpointPolicy driver doesn't inherit interface Added the driver interface 'base.EndpointPolicyDriverV8' as super class of the sql driver implementation. Removed unused methods from driver interface and added release notes. Change-Id: I198dcbda7591e0dafb1da3a72e3f32b258c0e299 Closes-Bug: #1611102 ** Changed in: keystone Status: In Progress => Fix Released -- You received this bug notification because you are a member of Yahoo! Engineering Team, which is subscribed to OpenStack Identity (keystone). https://bugs.launchpad.net/bugs/1611102 Title: EndpointPolicy backend implementation doesn't inherit its driver interface Status in OpenStack Identity (keystone): Fix Released Bug description: Every backend implemented in sql.py files, inherit the respective driver interface class. But EndpointPolicy backend implementation defined @ 'keystone/endpoint_policy/backends/sql.py' file is anomalous. It doesn't inherit its driver interface. So, fix it. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1611102/+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

