os-xenapi/os_xenapi/dom0
Jianghua Wang 6953134a13 Avoid using the module of future in xapi plugin
In XenServer's dom0 (e.g. XS7.0/7.1), the module of future is
not available. So this commit is to avoid using *future*. Instead
it import check_output from different modules basing if *future*
module is available of not.

Change-Id: Ib75b2b7965e63033ea933f7cb4a4a54a2f48ef75
Partial-Bug: #1762130
2018-04-08 09:21:55 +00:00
..
etc/xapi.d/plugins Avoid using the module of future in xapi plugin 2018-04-08 09:21:55 +00:00
README Move scripts of building rpm to os-xenapi 2017-03-30 01:19:02 -07:00
xenapi-plugins.spec Move scripts of building rpm to os-xenapi 2017-03-30 01:19:02 -07:00

README

This directory contains files that are required for the XenAPI support.
They should be installed in the XenServer / Xen Cloud Platform dom0.

If you install them manually, you will need to ensure that the newly
added files are executable. You can do this by running the following
command (from dom0):

    chmod a+x /etc/xapi.d/plugins/*

Otherwise, you can build rpm package by running the following command:

    cd $OS_XENAPI_ROOT
    make rpm

and install the package by running the following command in dom0:

    rpm -i xenapi-plugins-*.noarch.rpm