neutron/neutron/plugins/openvswitch/agent/xenapi
Martins Jakubovics ee6e92327b Fix missing allowed command in openvswitch xenapi agent
Add allowed command "ovsdb-client" to ALLOWED_CMDS list.

Change-Id: I274604229f90ba00722b1001cbc7404cd3e8070d
Closes-Bug: #1338447
2014-11-11 08:01:27 +00: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 Fix missing allowed command in openvswitch xenapi agent 2014-11-11 08:01:27 +00: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