From 784ad53fc48cced6537544f8f32aec13e8c8f92f Mon Sep 17 00:00:00 2001 From: Vipin Balachandran Date: Thu, 31 Mar 2016 15:05:46 +0530 Subject: 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 --- requirements.txt | 1 + 1 file changed, 1 insertion(+) (limited to 'requirements.txt') 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 -- cgit v1.2.1