Comment 3 for bug 1251123

Revision history for this message
John Dewey (retr0h) wrote :

I set keystone's token expiration to 3 hours. Memcached should not return keys which have expired.
Verified keystone is setting the new TTL properly in memcached.

root@ds590:~# telnet 10.214.221.1 11211
Trying 10.214.221.1...
Connected to 10.214.221.1.
Escape character is '^]'.
stats cachedump 17 1
ITEM token-bc9354d63360429fb2574ba8d0264d69 [2802 b; 1384518981 s]
END
telnet> quit
Connection closed.

root@ds590:~# date
Fri Nov 15 09:37:56 UTC 2013

root@ds590:~# date -d @1384518981
Fri Nov 15 12:36:21 UTC 2013

Will see if this work-a-round is workable ;)