From aa58d2c7b8d830c03e6f26341a7605e35f9208a6 Mon Sep 17 00:00:00 2001 From: jianghua wang <jianghua.wang@citrix.com> Date: Mon, 4 Sep 2017 13:49:50 +0000 Subject: [PATCH] XenAPI: Bump minimum os-xenapi to 0.3.1 In 0.3.x, it contains several bug fixes and also supports some new features: e.g. xapi pool, vdi streaming. This is to switch os-xenapi to the latest os-xenapi 0.3.1. Change-Id: I80007bb897a1f7eda47ebda82e08fe270f97ff40 --- global-requirements.txt | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/global-requirements.txt b/global-requirements.txt index 2cd0fdc780..2e674b4057 100644 --- a/global-requirements.txt +++ b/global-requirements.txt @@ -162,7 +162,7 @@ os-traits>=0.3.2 # Apache-2.0 os-vif>=1.7.0 # Apache-2.0 ovs>=2.7.0 # Apache-2.0 os-win>=2.0.0 # Apache-2.0 -os-xenapi>=0.2.0 # Apache-2.0 +os-xenapi>=0.3.1 # Apache-2.0 paramiko>=2.0.0 # LGPLv2.1+ Parsley>=1.2 # MIT pathlib2>=2.1.0 # MIT