diff --git a/requirements.txt b/requirements.txt index dd83efe60..bfd9cddd7 100644 --- a/requirements.txt +++ b/requirements.txt @@ -8,13 +8,13 @@ eventlet>=0.12.0 kombu>2.4.7 iso8601>=0.1.4 netaddr -python-cinderclient>=1.0.4,<2 -python-glanceclient>=0.9.0,<2 +python-cinderclient>=1.0.4 +python-glanceclient>=0.9.0 python-heatclient>=0.2.2 -python-keystoneclient>=0.2,<0.3 -python-novaclient>=2.12.0,<3 -python-neutronclient>=2.2.3,<3.0.0 -python-swiftclient>=1.2,<2 +python-keystoneclient>=0.3.0 +python-novaclient>=2.12.0 +python-neutronclient>=2.2.3,<3 +python-swiftclient>=1.2 python-ceilometerclient>=1.0.1 pytz>=2010h # Horizon Utility Requirements diff --git a/run_tests.sh b/run_tests.sh index 70048dfac..f578069a1 100755 --- a/run_tests.sh +++ b/run_tests.sh @@ -6,7 +6,7 @@ set -o errexit # Increment me any time the environment should be rebuilt. # This includes dependncy changes, directory renames, etc. # Simple integer secuence: 1, 2, 3... -environment_version=38 +environment_version=39 #--------------------------------------------------------# function usage {