Files
trio2o/l2_proxy/agent/xenapi/README
zhiyuan_cai f9874c05ae Submit new code base
Change-Id: I233a1e0c8ecd9d35a66e28be0a6328b5c7215829
2015-06-18 11:58:12 +08:00

17 lines
546 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 by running the following command:
./contrib/build-rpm.sh
and install the rpm by running the following command (from dom0):
rpm -i openstack-neutron-xen-plugins.rpm