Reviewed: https://review.openstack.org/265632 Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=433c3a11d0bd3a78a5d499f0b4e6df9e029235f6 Submitter: Jenkins Branch: master
commit 433c3a11d0bd3a78a5d499f0b4e6df9e029235f6 Author: Harini <harinipradee...@gmail.com> Date: Thu Jan 7 15:29:16 2016 +0530 OAuth1 driver doesnt inherit its interface OAuth1 driver doesnt inherit its interface. Added the driver interface 'core.Oauth1DriverV8' as super class of the sql driver implementation. Change-Id: Ie5860e06770fb02e9fbc2bf1660bfbd0eab97f2e Closes-Bug: #1532536 ** 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/1532536 Title: OAuth1 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 OAuth1 backend implementation defined @ 'keystone/oauth1/backends/sql.py' file is anomalous. It doesn't inherit its driver interface. This could lead to methods specified in the interface not being implemented in the drivers and subsequent runtime issues when such methods are invoked. So, fix it. To manage notifications about this bug go to: https://bugs.launchpad.net/keystone/+bug/1532536/+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