a5d5368a46
remove the plugin and update resources accordingly. Change-Id: Ib4184c9b81b40e6892886c71fd8de09ba55322af
17 lines
530 B
Plaintext
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
|