neutron/neutron/plugins/openvswitch/agent/xenapi
ZhiQiang Fan 005879ee07 Change header from LLC to Foundation
Change-Id: I11d7e734ae56568f2387a208efe0d1487377cbf9
Closes-Bug: #1214176
2013-09-20 01:37:51 +08:00
..
contrib Fix script to build rpm required for L2 OVS agent for XenServer 2013-08-27 07:19:31 -07:00
etc/xapi.d/plugins Change header from LLC to Foundation 2013-09-20 01:37:51 +08:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04: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 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