Update dependencies to Icehouse versions

Should be merged after merge of:
https://review.openstack.org/#/c/84967/
Update dependencies to Icehouse:
* python-cinderclient
* python-ceilometerclient
* python-keystoneclient
* python-novaclient
* python-heatclient
* python-muranoclient
* python-saharaclient
* requests
* six

Change-Id: Ib38df37a9759d59c234b64d66be4cb0966bd5ce5
Related-Bug: #1307590
This commit is contained in:
Tatyana Leontovich 2014-04-03 12:42:54 +00:00
parent 1ac04769cc
commit 301cbbc38f
1 changed files with 9 additions and 8 deletions

View File

@ -18,14 +18,15 @@ import setuptools
fuel_health_reqs = [
'oslo.config>=1.1.1',
'python-cinderclient>=1.0.6',
'python-keystoneclient>=0.4.1',
'python-novaclient>=2.15.0',
'python-heatclient>=0.2.5',
'python-muranoclient>=0.2.11',
'python-savannaclient>=0.3',
'python-cinderclient>=1.0.7',
'python-ceilometerclient>=1.0.9',
'python-keystoneclient>=0.4.2',
'python-novaclient>=2.17.0',
'python-heatclient>=0.2.9',
'python-muranoclient>=0.4.1',
'python-saharaclient>=0.6.0',
'paramiko>=1.10.1',
'requests>=1.1,<1.2.3',
'requests>=1.2.3',
'unittest2>=0.5.1',
'pyyaml>=3.10',
'testresources>=0.2.7'
@ -45,7 +46,7 @@ test_requires = [
'mock>=1.0.1',
'pep8>=1.4.6',
'py>=1.4.15',
'six>=1.4.1',
'six>=1.5.2',
'tox>=1.5.0',
'unittest2',
'nose',