← Back to team overview

yahoo-eng-team team mailing list archive

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

 

** Changed in: keystone
       Status: Fix Committed => Fix Released

** Changed in: keystone
    Milestone: None => liberty-3

-- 
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:
  Fix Released

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


References