vmware-nsx/neutron/plugins/openvswitch
Terry Wilson 68f103ee43 Remove run-time version checking for openvswitch features
The current method of checking openvswitch and kernel versions for
specific feature support is brittle, distro-specific and unsupportable.

This patch removes the runtime version checks and implements a test
script which allows testing specific neutron features or can test
that all features required by a specific configuration are available.

For example, to test VXLAN support in openvswitch, either:

  neutron-sanity-check --ovs_vxlan

or pass in the deployed configuration files with AGENT/tunnel_types
containing 'vxlan', like:

  neutron-sanity-check --config-file /etc/neutron/plugins/ml2.conf.ini

Deployment tools can then test that the required features exist without
relying on version numbers and without incurring a penalty every time
the agent is started.

Implements: blueprint remove-openvswitch-version-check
DocImpact
Change-Id: I5e822d97b9bece9242ba5ac8901aa0ca4f090cfe
2014-06-04 09:25:53 -05:00
..
agent Remove run-time version checking for openvswitch features 2014-06-04 09:25:53 -05:00
common Remove run-time version checking for openvswitch features 2014-06-04 09:25:53 -05:00
__init__.py Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00
ovs_db_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
ovs_models_v2.py Fix H302 violations in plugins package 2014-05-04 12:40:05 +02:00
ovs_neutron_plugin.py Allowed Addresspairs: Removing check for overlap with fixed ips 2014-05-21 18:41:55 +00:00
README Rename Quantum to Neutron 2013-07-06 15:02:43 -04:00

The Open vSwitch (OVS) Neutron plugin is a simple plugin to manage OVS
features using a local agent running on each hypervisor.

For details on how to configure and use the plugin, see:

http://openvswitch.org/openstack/documentation/