summaryrefslogtreecommitdiff
path: root/requirements.txt
diff options
context:
space:
mode:
authorHuan Xie <huan.xie@citrix.com>2017-05-08 19:55:22 -0700
committerHuan Xie <huan.xie@citrix.com>2017-05-10 18:19:59 -0700
commitf2279a62226eb37a7b4e735be3c7a877d0006472 (patch)
tree604d547a4d5db6d90b4817ab30548e7198a2a9c1 /requirements.txt
parenta3ea364ae2eafbde507190b0d95fe2a5b3c670f2 (diff)
downloadceilometer-f2279a62226eb37a7b4e735be3c7a877d0006472.tar.gz
XenAPI: use os-xenapi for XenAPI driver
os-xenapi contains all XenServer dom0 plugins and provide utility tools for communicating to XenServer dom0 plugins, currently both nova and neutron projects are using os-xenapi. This patch is to change ceilometer to use os-xenapi too. Change-Id: I14819fd57305edb0f4337af88e56ed6b980d7da8
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 a91af1bc..51346d04 100644
--- a/requirements.txt
+++ b/requirements.txt
@@ -49,3 +49,4 @@ WSME>=0.8 # MIT
# NOTE(jd) We do not import it directly, but WSME datetime string parsing
# behaviour changes when this library is installed
python-dateutil>=2.4.2 # BSD
+os-xenapi>=0.1.1 # Apache-2.0