Comment 25 for bug 1200214

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

Reviewed: https://review.openstack.org/38750
Committed: http://github.com/openstack/ceilometer/commit/688c725ec15b7a38a5386a71144edce8cc1236cc
Submitter: Jenkins
Branch: master

commit 688c725ec15b7a38a5386a71144edce8cc1236cc
Author: Gordon Chung <email address hidden>
Date: Fri Jul 26 01:49:09 2013 -0400

    Relax OpenStack upper capping of client versions

    - uncap keystoneclient and bump to >=0.3.0 to match requirements
    - fix test case to handle change in keystoneclient where cached
    values are stored as string now. Previous test passed in tuple and
    new auth_token would fail when it tried to json.loads the
    tuple. (see _cache_get() in keystone auth_token)

    Change-Id: I568d8e0ae6586b91d5e38cb8750731f3fe6e22e7
    Fixes:Bug#1200214