- 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)
Reviewed: https:/ /review. openstack. org/38750 github. com/openstack/ ceilometer/ commit/ 688c725ec15b7a3 8a5386a71144edc e8cc1236cc
Committed: http://
Submitter: Jenkins
Branch: master
commit 688c725ec15b7a3 8a5386a71144edc e8cc1236cc
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: I568d8e0ae6586b 91d5e38cb875073 1f3fe6e22e7 Bug#1200214
Fixes: