summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-26 20:47:57 +0000
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>2014-11-26 20:47:57 +0000
commit89ae7056dc88895697defee9d6961a1cd1efc70b (patch)
tree0f2ae778304d88dee373a592ec98085100ab311f
parent8226b9720f2b45f61052f1eb48d27d5649cf068e (diff)
downloadhorizon-89ae7056dc88895697defee9d6961a1cd1efc70b.tar.gz
Updated from global requirements
Change-Id: I7187f8d2d19987681c2bcfeafc1617922bd684ad
-rw-r--r--requirements.txt18
-rw-r--r--test-requirements.txt2
2 files changed, 10 insertions, 10 deletions
diff --git a/requirements.txt b/requirements.txt
index 3af5e74e7..0420f11ac 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -12,14 +12,14 @@ lesscpy>=0.9j
lockfile>=0.8
netaddr>=0.7.6
pbr>=0.6,<1.0
-python-ceilometerclient>=1.0.6
-python-cinderclient>=1.0.6
-python-glanceclient>=0.9.0
-python-heatclient>=0.2.3
-python-keystoneclient>=0.7.0
-python-neutronclient>=2.3.4,<3
-python-novaclient>=2.17.0
-python-swiftclient>=1.6
-python-troveclient>=1.0.3
+python-ceilometerclient>=1.0.6,<1.1
+python-cinderclient>=1.0.6,<1.2
+python-glanceclient>=0.9.0,!=0.14.0,<0.15
+python-heatclient>=0.2.3,<0.3
+python-keystoneclient>=0.7.0,<0.12
+python-neutronclient>=2.3.4,<2.4
+python-novaclient>=2.17.0,<2.21
+python-swiftclient>=1.6,<2.4
+python-troveclient>=1.0.3,<1.1
pytz>=2010h
six>=1.6.0
diff --git a/test-requirements.txt b/test-requirements.txt
index 67ba61673..4b93242df 100644
--- a/test-requirements.txt
+++ b/test-requirements.txt
@@ -11,4 +11,4 @@ openstack.nose_plugin>=0.7
oslosphinx
selenium
sphinx>=1.1.2,<1.1.999
-testtools>=0.9.34
+testtools>=0.9.34,!=1.2.0,!=1.4.0