Updated from global requirements

Change-Id: I7825d1a1ed44f0393eec0bfcc3a03ec0905be482
This commit is contained in:
OpenStack Proposal Bot 2015-01-14 14:39:07 +00:00
parent 3dcdce39e5
commit 5ee83244f4
2 changed files with 11 additions and 11 deletions

View File

@ -3,8 +3,8 @@ SQLAlchemy>=0.7.8,!=0.9.5,<=0.9.99
amqplib>=0.6.1
anyjson>=0.3.3
argparse
boto>=2.12.0,!=2.13.0
eventlet>=0.13.0
boto>=2.12.0,!=2.13.0,<2.35.0
eventlet>=0.13.0,<0.16.0
Jinja2
kombu>=2.4.8
lxml>=2.3
@ -21,15 +21,15 @@ pyasn1
Babel>=1.3
iso8601>=0.1.9
jsonschema>=2.0.0,<3.0.0
python-cinderclient>=1.0.6
python-neutronclient>=2.3.4,<3
python-glanceclient>=0.9.0
python-keystoneclient>=0.7.0
python-cinderclient>=1.0.6,<1.2
python-neutronclient>=2.3.4,<2.4
python-glanceclient>=0.9.0,!=0.14.0,<0.15
python-keystoneclient>=0.7.0,<0.12
six>=1.6.0
stevedore>=0.14
stevedore>=0.14,<1.2
websockify>=0.5.1,<0.6
wsgiref>=0.1.2
oslo.config>=1.2.0
oslo.rootwrap
oslo.config>=1.2.0,<1.5
oslo.rootwrap<1.4
pycadf>=0.4.1
oslo.messaging>=1.3.0
oslo.messaging>=1.3.0,<1.5

View File

@ -12,4 +12,4 @@ python-subunit>=0.0.18
sphinx>=1.1.2,<1.1.999
oslosphinx
testrepository>=0.0.18
testtools>=0.9.34
testtools>=0.9.34,!=1.2.0,!=1.4.0