revoke driver default should be the non-deprecated driver

Bug #1384775 reported by Matt Fischer
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Identity (keystone)
Fix Released
Medium
wanghong

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')

Changed in keystone:
status: New → Confirmed
importance: Undecided → Medium
wanghong (w-wanghong)
Changed in keystone:
assignee: nobody → wanghong (w-wanghong)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to keystone (master)

Fix proposed to branch: master
Review: https://review.openstack.org/130917

Changed in keystone:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to keystone (master)

Reviewed: https://review.openstack.org/130917
Committed: https://git.openstack.org/cgit/openstack/keystone/commit/?id=8bd0f6ecd882a3119acb5fd7a760122c8931db94
Submitter: Jenkins
Branch: master

commit 8bd0f6ecd882a3119acb5fd7a760122c8931db94
Author: wanghong <email address hidden>
Date: Sat Oct 25 10:26:55 2014 +0800

    default revoke driver should be the non-deprecated driver

    Have checked other config options that default is not the deprecated
    option, others are OK.

    Change-Id: Ie6e7351114d79eb25b392faaa0e6376c24c45fa0
    Closes-Bug: #1384775

Changed in keystone:
status: In Progress → Fix Committed
Changed in keystone:
milestone: none → kilo-1
Thierry Carrez (ttx)
Changed in keystone:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in keystone:
milestone: kilo-1 → 2015.1.0
To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.