Fix missing package dependency for requests

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
This commit is contained in:
Navneet Singh 2014-02-17 18:35:50 +05:30
parent a68d5588a8
commit a5c5e6871d
1 changed files with 1 additions and 0 deletions

View 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