Comment 4 for bug 1238529

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to ceilometer (milestone-proposed)

Reviewed: https://review.openstack.org/51274
Committed: http://github.com/openstack/ceilometer/commit/c0a3f3cd69eb609216a07111067478f3755cceb4
Submitter: Jenkins
Branch: milestone-proposed

commit c0a3f3cd69eb609216a07111067478f3755cceb4
Author: Julien Danjou <email address hidden>
Date: Fri Oct 11 10:54:56 2013 +0200

    Add support for keystoneclient 0.4.0

    Keystoneclient auth_middleware changed the way it parses the datetime
    returned from the cache, breaking the Ceilometer unit tests. This patch
    fixes the fake cache system that's used in unit test, so it works with
    all keystoneclient versions.

    This also update the sample configuration files to include the new
    options provided by keystoneclient 0.4.0.

    Fixes-Bug: #1238529

    Change-Id: Iecfd50d9e9801aeb919f2c09a728e4ea15245a5e
    (cherry picked from commit e3cef871ac5a92d38d42fe09d9ac2dbe4404f679)