← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1384775] Re: revoke driver default should be the non-deprecated driver

 

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

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

Title:
  revoke driver default should be the non-deprecated driver

Status in OpenStack Identity (Keystone):
  Fix Released

Bug description:
  The revoke driver default in the sample config and in config.py is
  still using the deprecated driver, causing deprecation warnings and
  scary messages about removal to show up in log files.

  2014-10-23 14:52:20.787 1236 WARNING
  keystone.openstack.common.versionutils [-] Deprecated:
  keystone.contrib.revoke.backends.kvs is deprecated as of Juno in favor
  of keystone.contrib.revoke.backends.sql and may be removed in Kilo.

  class Revoke(revoke.Driver):

      @versionutils.deprecated(
          versionutils.deprecated.JUNO,
          in_favor_of='keystone.contrib.revoke.backends.sql',
          remove_in=+1,
          what='keystone.contrib.revoke.backends.kvs')

To manage notifications about this bug go to:
https://bugs.launchpad.net/keystone/+bug/1384775/+subscriptions


References