Comment 26 for bug 1405549

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

Reviewed: https://review.openstack.org/167863
Committed: https://git.openstack.org/cgit/stackforge/fuel-library/commit/?id=ae7e0e1d3730ba8227c742efac3cd3e8b334d131
Submitter: Jenkins
Branch: master

commit ae7e0e1d3730ba8227c742efac3cd3e8b334d131
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