diff options
author | Bin Sun <bins@vmware.com> | 2018-03-28 16:41:08 +0800 |
---|---|---|
committer | Bin Sun <bins@vmware.com> | 2018-03-28 16:43:14 +0800 |
commit | 36faf87f011d215823518afc82c402111c239004 (patch) | |
tree | 90f00745d2ad49dae3e2660d2253718a8eceaddd | |
parent | 82d481e8f149e9b78b3176a37b9885657ef245b4 (diff) |
Fix image download issue
Change-Id: I58d1bf42ba0edebadcb594b45f9a6cf461f5346d
Issue-ID: MULTICLOUD-155
Signed-off-by: Bin Sun <bins@vmware.com>
-rw-r--r-- | vio/requirements.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/vio/requirements.txt b/vio/requirements.txt index 32384a9..f62a077 100644 --- a/vio/requirements.txt +++ b/vio/requirements.txt @@ -13,7 +13,7 @@ django-redis-cache==0.13.1 httplib2==0.9.2 # for call openstack api -openstacksdk==0.9.14 +openstacksdk==0.9.15 python-cinderclient==3.5.0 # for unit test |