os-xenapi/os_xenapi/dom0
jacky06 e8f3525cd3 Update hacking version
Use latest release 1.1.0 and compatible changes w.r.t pep8

Change-Id: I682333b289738848694636ca994dba005e9690cf
2019-03-20 23:47:40 +08:00
..
etc/xapi.d/plugins Update hacking version 2019-03-20 23:47:40 +08: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