nova/plugins/xenserver/xenapi/README
Armando Migliaccio a5d5368a46 Bug #921730: plugins/xenserver/xenapi/etc/xapi.d/plugins/objectstore no longer in use
remove the plugin and update resources accordingly.

Change-Id: Ib4184c9b81b40e6892886c71fd8de09ba55322af
2012-01-26 14:09:26 +00:00

17 lines
530 B
Plaintext

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