]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commitdiff
Updated from global requirements
authorOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Sat, 13 Sep 2014 07:23:23 +0000 (07:23 +0000)
committerOpenStack Proposal Bot <openstack-infra@lists.openstack.org>
Sat, 13 Sep 2014 07:23:23 +0000 (07:23 +0000)
Change-Id: I7a53aedccdd62fafd0da2679e84345e71da5493d

requirements.txt
test-requirements.txt

index ad2e2a29164389278baf18c30191d52338d0a59c..cb31cee1dd9abc55db69ffc6493282e735c4b404 100644 (file)
@@ -1,3 +1,6 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
 pbr>=0.6,!=0.7,<1.0
 
 Paste
@@ -9,7 +12,7 @@ Babel>=1.3
 eventlet>=0.15.1
 greenlet>=0.3.2
 httplib2>=0.7.5
-requests>=1.2.1
+requests>=1.2.1,!=2.4.0
 iso8601>=0.1.9
 jsonrpclib
 Jinja2
@@ -28,4 +31,4 @@ oslo.db>=0.4.0  # Apache-2.0
 oslo.messaging>=1.4.0.0a3
 oslo.rootwrap>=1.3.0.0a1
 
-python-novaclient>=2.17.0
+python-novaclient>=2.18.0
index 957547adfc1e04c33aed92e46a563f0642b77936..d01760d162236093f85ffa46346bb3ddf11a4317 100644 (file)
@@ -1,3 +1,6 @@
+# The order of packages is significant, because pip processes them in the order
+# of appearance. Changing the order has an impact on the overall integration
+# process, which may cause wedges in the gate later.
 hacking>=0.9.2,<0.10
 
 cliff>=1.6.0