Updated from global requirements

Change-Id: I053b84cd2a13f22e654b8fe94c62df60f55f3ec6
This commit is contained in:
OpenStack Jenkins 2013-10-01 16:13:10 +00:00
parent a87b853d73
commit 4b130d57be
3 changed files with 6 additions and 6 deletions

View File

@ -11,11 +11,11 @@ netaddr
python-cinderclient>=1.0.5
python-glanceclient>=0.9.0
python-heatclient>=0.2.3
python-keystoneclient>=0.3.0
python-novaclient>=2.12.0
python-keystoneclient>=0.3.2
python-novaclient>=2.15.0
python-neutronclient>=2.3.0,<3
python-swiftclient>=1.2
python-ceilometerclient>=1.0.2
python-swiftclient>=1.5
python-ceilometerclient>=1.0.5
python-troveclient
pytz>=2010h
# Horizon Utility Requirements

View File

@ -18,5 +18,5 @@
import setuptools
setuptools.setup(
setup_requires=['pbr>=0.5.21,<1.0'],
setup_requires=['pbr'],
pbr=True)

View File

@ -1,4 +1,4 @@
hacking>=0.5.6,<0.7
hacking>=0.5.6,<0.8
# Testing Requirements
coverage>=3.6