Comment 4 for bug 1209134

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/grizzly)

Reviewed: https://review.openstack.org/44782
Committed: http://github.com/openstack/nova/commit/0e0f3a9f79cdb9f8394984859be46e898ed6d3a5
Submitter: Jenkins
Branch: stable/grizzly

commit 0e0f3a9f79cdb9f8394984859be46e898ed6d3a5
Author: Yaguang Tang <email address hidden>
Date: Wed Aug 7 17:06:54 2013 +0800

    Delete expired instance console auth tokens

    Instance console auth tokens never get deleted from the cache
    before the instnace is deleted, this is a waste of memory. now
    we check if tokens are expired then remove them from the cache
    before store new tokens.

    Fix bug #1209134

    Co-authored-by: Takashi Natsume <email address hidden>
    (cherry picked from commit e3bbf2e81137bbcdc39bdfb4c4ff62f30c37afda)
    Conflicts:
     nova/tests/consoleauth/test_consoleauth.py

    Change-Id: I8dd5089ebaed3b3d91932f1f1558bbe302cd5675