yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #24041
[Bug 1384775] [NEW] revoke driver default should be the non-deprecated driver
Public bug reported:
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')
** Affects: keystone
Importance: Undecided
Status: New
--
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):
New
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
Follow ups
References