os-xenapi/os_xenapi/dom0
Thomas Goirand 3599f53516 Fix for py3 compat
Fixes os_xenapi/dom0/etc/xapi.d/plugins/*.py wrt Python 3 compatibility,
also remove some tests in os_xenapi/tests/plugins/test_glance.py that
are too Py2 centric.

Change-Id: Iab721f6a47dc023f01670076ef7d1de107a913ae
2018-02-21 08:54:22 +01:00
..
etc/xapi.d/plugins Fix for py3 compat 2018-02-21 08:54:22 +01: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