]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Correct OVS VXLAN version check
authorKyle Mestery <kmestery@cisco.com>
Mon, 24 Mar 2014 03:31:30 +0000 (03:31 +0000)
committerKyle Mestery <kmestery@cisco.com>
Mon, 24 Mar 2014 17:14:39 +0000 (17:14 +0000)
commitb2f65d9d447ddf2caf3b9c754bd00a5148bdf12c
treefbfc767ca3976f73578cca2ae7089f0121635a4e
parent536fdcf46b6a42db8332bb21cde49454941b785f
Correct OVS VXLAN version check

Update the version checking logic used to determine if the combination of
Linux kernel, OVS userspace, and OVS kernel module can properly support
VXLAN.

Tested on Ubuntu 14.04 without the OVS DKMS module.

Closes-Bug: #1291535

Change-Id: If034164b775989d52c3c449caba6baadb970afd9
neutron/agent/linux/ovs_lib.py
neutron/plugins/openvswitch/common/constants.py
neutron/tests/unit/ofagent/test_ofa_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_lib.py
neutron/tests/unit/openvswitch/test_ovs_neutron_agent.py
neutron/tests/unit/openvswitch/test_ovs_tunnel.py