]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix missing package dependency for requests
authorNavneet Singh <singn@netapp.com>
Mon, 17 Feb 2014 13:05:50 +0000 (18:35 +0530)
committerNavneet Singh <singn@netapp.com>
Mon, 17 Feb 2014 13:09:38 +0000 (18:39 +0530)
The package named requests is used by NetApp eseries
driver for doing client/server communications. This entry
is absent in requirements.txt. The patch fixes it.

Closes-bug: #1291325

Change-Id: I044ecce433d3d9e0409762a3e4551e1ce17f607d

requirements.txt

index 8d795860d68610585a489f8d66ddd11f4ae5f404..2341f903dc7c7a292e1c327788969e7fb2306b0a 100644 (file)
@@ -19,6 +19,7 @@ python-glanceclient>=0.9.0
 python-keystoneclient>=0.6.0
 python-novaclient>=2.17.0
 python-swiftclient>=1.6
+requests>=1.1
 Routes>=1.12.3
 taskflow>=0.1.3,<0.2
 rtslib-fb>=2.1.39