nova/plugins/xenserver/xenapi
Johannes Erdfelt 93874bacf7 Use 'root' instead of 'os' in XenAPI driver
Instance types define disk names as root, swap and ephemeral. The
XenAPI driver however uses os, swap and ephemeral. Standardize on
calling them 'root' disks instead of 'os' disks.

Change-Id: Ia34346d463d06cb971537c305602926ceb0dc175
2012-04-09 18:20:21 +00:00
..
contrib Bug #921730: plugins/xenserver/xenapi/etc/xapi.d/plugins/objectstore no longer in use 2012-01-26 14:09:26 +00:00
etc/xapi.d/plugins Use 'root' instead of 'os' in XenAPI driver 2012-04-09 18:20:21 +00:00
README Bug #921730: plugins/xenserver/xenapi/etc/xapi.d/plugins/objectstore no longer in use 2012-01-26 14:09:26 +00: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 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