diff options
author | xinhuili <lxinhui@vmware.com> | 2017-03-08 23:35:40 -0800 |
---|---|---|
committer | xinhuili <lxinhui@vmware.com> | 2017-03-10 04:05:17 -0800 |
commit | 3ea554ca920a0a21e5dca667f366379ca9c146c4 (patch) | |
tree | 8f8871c6663f3df1cf6e389948c4ff7f94e684dc /vio/requirements.txt | |
parent | 2fbc2b268c8ef2c7329fb613ce1599084e2c91bb (diff) |
Add basic VIM function into VIO NFVI
This patch is to add basic VIM function for VIO.
Change-Id: I5867680ce3f6881fce55f10551368cc82ff1d592
Issue-ids: MULTIVIM-36
Signed-off-by: xinhuili <lxinhui@vmware.com>
Diffstat (limited to 'vio/requirements.txt')
-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 fba25ad..ca74dbc 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.8.1 +openstacksdk==0.9.14 # for unit test coverage==4.2 |