neutron/neutron/plugins/openvswitch/agent/xenapi
Simon Pasquier 6cc8bd73ac neutron-rootwrap-xen-dom0 handles data from stdin
The neutron-rootwrap-xen-dom0 script and the netwrap plugin have been
modified to pass stdin from one to the other.

Change-Id: Ie97980873ed95f2c96eb68f8de611de1a733b130
Closes-Bug: #1259748
2013-12-19 09:50:10 +01: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 neutron-rootwrap-xen-dom0 handles data from stdin 2013-12-19 09:50:10 +01: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