Files
nova/plugins/xenserver/xenapi
Rick Harris 3cc2264eea xenapi: Pass string arguments to popen
The current BitTorrent code was passing integer arguments to `make_subprocess`
which would in turn pass those to `popen`. This would cause a failure because
the semantics of the underlying `execve` function is to only accept a list of
strings.

The solution is to cast the arguments to a string before passing them into
`make_subrpocess`.

Fixes bug 1201594

Change-Id: I8372795ca032420641c449cb07bb47f9252ff4ef
2013-07-17 22:06:08 +00:00
..

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 an rpm as detailed in:

$NOVA_ROOT/plugins/xenserver/xenapi/contrib/

and install the rpm by running the following command (from dom0):

rpm -i openstack-xen-plugins.rpm