summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorVipin Balachandran <vbala@vmware.com>2016-03-31 15:05:46 +0530
committerVipin Balachandran <vbala@vmware.com>2016-05-19 22:45:40 -0700
commit784ad53fc48cced6537544f8f32aec13e8c8f92f (patch)
tree39d641da8170cd65de4f74462d48051f624fedaf /requirements.txt
parentb10c7575a6f758608f78e58551b20ee0a0d40c15 (diff)
downloadoslo-vmware-784ad53fc48cced6537544f8f32aec13e8c8f92f.tar.gz
Support download of virtual disk in ova container
This patch updates download_stream_optimized_image method in image_transfer to support streamOptimized disks in ova container. Change-Id: I693101f8b22eb416c5c0f92957ebb680d3b5bd8b
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 875618d..2752795 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -14,6 +14,7 @@ oslo.utils>=3.5.0 # Apache-2.0
# for the routing notifier
PyYAML>=3.1.0 # MIT
+lxml>=2.3 # BSD
suds-jurko>=0.6 # LGPL
eventlet!=0.18.3,>=0.18.2 # MIT
requests>=2.10.0 # Apache-2.0