Public bug reported:

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.

** Affects: keystone
     Importance: Undecided
     Assignee: Harini (harinipradeep27)
         Status: New

** Changed in: keystone
     Assignee: (unassigned) => Harini (harinipradeep27)

-- 
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):
  New

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     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to