summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorMikhail Durnosvistov <mdurnosvistov@mirantis.com>2014-05-07 14:20:17 +0300
committerMikhail Durnosvistov <mdurnosvistov@mirantis.com>2014-05-21 07:39:43 +0000
commitc59800edbec84376e83f21bc9ae8d779e26e13a6 (patch)
tree0315727d4dbf29aaf0bcc50a620807434633e6a3 /requirements.txt
parent3ee46a8e32aa46e99169c8ea23856203a2091e7b (diff)
downloadironic-c59800edbec84376e83f21bc9ae8d779e26e13a6.tar.gz
Using system call for downloading files
Using system call `sendfile` for downloading files using glance image service. It's more efficient than passing the entire image through Python `shutil`. Change-Id: Ic36c593538fd97d3ac02d3ad77feebcfdb9f1868 Closes-Bug: #1199522
Diffstat (limited to 'requirements.txt')
-rw-r--r--requirements.txt1
1 files changed, 1 insertions, 0 deletions
diff --git a/requirements.txt b/requirements.txt
index 1651c3ff9..5d9fb9e60 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -19,6 +19,7 @@ python-neutronclient>=2.3.4,<3
python-glanceclient>=0.9.0
python-keystoneclient>=0.8.0
stevedore>=0.14
+pysendfile==2.0.0
websockify>=0.5.1,<0.6
oslo.config>=1.2.0
oslo.rootwrap