bump keystoneclient to 0.3.2

Heat needs the new trusts functionality added in this release

Change-Id: I3abfd162e7bde9e08d04d24a3c1e6510f2042556
This commit is contained in:
Steven Hardy 2013-08-23 16:45:04 +01:00
parent b62e7f9aa1
commit c0701b82c6
4 changed files with 4 additions and 4 deletions

View File

@ -60,7 +60,7 @@ python-cinderclient>=1.0.4
python-ceilometerclient>=1.0.3
python-heatclient>=0.2.3
python-glanceclient>=0.9.0
python-keystoneclient>=0.3.0
python-keystoneclient>=0.3.2
python-memcached
python-neutronclient>=2.2.3,<3
python-novaclient>=2.12.0

View File

@ -55,7 +55,7 @@ python-cinderclient>=1.0.4
python-ceilometerclient>=1.0.3
python-heatclient>=0.2.3
python-glanceclient>=0.9.0
python-keystoneclient>=0.3.0
python-keystoneclient>=0.3.2
python-memcached
python-neutronclient>=2.2.3,<3
python-novaclient>=2.12.0

View File

@ -74,7 +74,7 @@ class UpdateTest(testtools.TestCase):
reqs = _file_to_list(self.proj_file)
# ensure various updates take
self.assertIn("jsonschema>=1.0.0,!=1.4.0,<2", reqs)
self.assertIn("python-keystoneclient>=0.3.0", reqs)
self.assertIn("python-keystoneclient>=0.3.2", reqs)
self.assertIn("SQLAlchemy>=0.7,<=0.7.99", reqs)
def test_project_with_oslo(self):

View File

@ -77,7 +77,7 @@ class UpdateTestWithSuffix(testtools.TestCase):
reqs = _file_to_list("%s.%s" % (self.proj_file, 'global'))
# ensure various updates take
self.assertIn("jsonschema>=1.0.0,!=1.4.0,<2", reqs)
self.assertIn("python-keystoneclient>=0.3.0", reqs)
self.assertIn("python-keystoneclient>=0.3.2", reqs)
self.assertIn("SQLAlchemy>=0.7,<=0.7.99", reqs)
def test_project_with_oslo(self):