neutron/neutron/plugins/ml2/drivers/openvswitch/agent/xenapi
Victor Morales a14439549f Add bashate support
Bashate is a style checker program for bash scripts.  This addition
improves the quality of the current bash scripts and ensures that
any future change will follow the same standards.

Change-Id: Ia346f77632d4ac7beb288fa3aacea221d7969c87
2017-02-25 06:29:55 +00:00
..
contrib Add bashate support 2017-02-25 06:29:55 +00:00
etc/xapi.d/plugins XenAPI: Support daemon mode for rootwrap 2017-01-19 07:33:43 +00:00
README Restructure agent code in preparation for decomp 2015-06-26 15:06:49 +00: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