Set lock_path correctly.
[openstack-build/neutron-build.git] / neutron / plugins / ml2 / drivers / openvswitch / agent / xenapi / README
1 This directory contains files that are required for the XenAPI support.
2 They should be installed in the XenServer / Xen Cloud Platform dom0.
3
4 If you install them manually, you will need to ensure that the newly
5 added files are executable. You can do this by running the following
6 command (from dom0):
7
8     chmod a+x /etc/xapi.d/plugins/*
9
10 Otherwise, you can build an rpm by running the following command:
11
12     ./contrib/build-rpm.sh
13
14 and install the rpm by running the following command (from dom0):
15
16     rpm -i openstack-neutron-xen-plugins.rpm