← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1485116] [NEW] EndpointFilter backend implementation doesn't inherit its driver interface

 

Public bug reported:

Every backend implemented in sql.py/kvs.py/... files, inherits the respective driver interface class.
But EndpointFilter backend implementation specified @ 'keystone/contrib/endpoint_filter/backends/sql.py' file is anomalous. 
It doesn't inherit the driver interface. This could lead to methods specified in interface not being implemented in the drivers and subsequent runtime issues when such methods are invoked. So, fix it.

** Affects: keystone
     Importance: Undecided
     Assignee: Vivek Dhayaal (vivekdhayaal)
         Status: In Progress

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to Keystone.
https://bugs.launchpad.net/bugs/1485116

Title:
  EndpointFilter backend implementation doesn't inherit its driver
  interface

Status in Keystone:
  In Progress

Bug description:
  Every backend implemented in sql.py/kvs.py/... files, inherits the respective driver interface class.
  But EndpointFilter backend implementation specified @ 'keystone/contrib/endpoint_filter/backends/sql.py' file is anomalous. 
  It doesn't inherit the driver interface. This could lead to methods specified in 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/1485116/+subscriptions


Follow ups