os-xenapi/os_xenapi/dom0
Jianghua Wang d1003f4f65 Revert "Replace basestring with six.string_types"
This reverts commit 5149040872.

Change-Id: I36e04cb0704607749319f0cf449122c08cd793f9
2017-07-16 03:10:30 +00:00
..
etc/xapi.d/plugins Revert "Replace basestring with six.string_types" 2017-07-16 03:10:30 +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