← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1594371] Re: Docs for keystone recommend deprecated memcache backend

 

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

commit b278f03a7852fbc2ac2f1ae7972038234fc7ac2f
Author: jolie <guoshan@xxxxxxxxxxx>
Date:   Fri Jul 8 10:01:13 2016 +0800

    keystone recommend deprecated memcache backend
    
    There is a recommendation in doc to use
    backend = keystone.cache.memcache_pool
    however this seems to be deprecated in the code
    
    Change-Id: Ic029a8c6fd8a88cd0e73fb7b61ba8ad8625f5ee5
    closes-bug:#1594371


** Changed in: keystone
       Status: In Progress => Fix Released

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Identity (keystone).
https://bugs.launchpad.net/bugs/1594371

Title:
  Docs for keystone recommend deprecated memcache backend

Status in OpenStack Identity (keystone):
  Fix Released

Bug description:
  At http://docs.openstack.org/developer/keystone/configuration.html
  #cache-configuration-section there is a recommendation to use

  backend = keystone.cache.memcache_pool

  however this seems to be deprecated in the code:

  WARNING oslo_log.versionutils [-] Deprecated:
  keystone.cache.memcache_pool backend is deprecated as of Mitaka in
  favor of oslo_cache.memcache_pool backend and may be removed in N.

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


References