Comment 30 for bug 1405549

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to fuel-library (stable/6.0)

Reviewed: https://review.openstack.org/169248
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=ce8bb14fa1da0a964712826d743a3f2afd89b853
Submitter: Jenkins
Branch: stable/6.0

commit ce8bb14fa1da0a964712826d743a3f2afd89b853
Author: Davanum Srinivas <email address hidden>
Date: Wed Mar 25 22:17:35 2015 -0400

    Specify memcache_pool.Token as keystone token driver

    Keystone team has a strong warning in their documentation:
    http://docs.openstack.org/developer/keystone/configuration.html

    to use keystone.token.persistence.backends.memcache_pool.Token
    instead of keystone.token.persistence.backends.memcache.Token
    specifically when deploying Keystone under eventlet.

    Change-Id: I674ee3440bb26af942db2859ed6f8512cbc22fee
    Partial-Bug: #1405549
    (cherry picked from commit ae7e0e1d3730ba8227c742efac3cd3e8b334d131)