]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
fix openvswitch requirement check
authorBenedikt Trefzer <benedikt.trefzer@cirrax.com>
Mon, 26 May 2014 20:45:25 +0000 (22:45 +0200)
committerBenedikt Trefzer <benedikt.trefzer@cirrax.com>
Mon, 26 May 2014 20:51:18 +0000 (22:51 +0200)
commitbe340d1bab015c47650687f97393c6c9015fb537
tree9f85a14a26a713873a586c6ef7c8ab45663f6cf7
parentb53c094d83df881156aa646002f95c9643b1b7a5
fix openvswitch requirement check

With VXLAN enabled on openvswitch, neutron checks
module version of the openvswitch kernel module.
If the pattern to extract the version matches twice
(eg. for path and version) the agent dies.

This patch ensures, that only the version is checked
against the pattern.

Change-Id: I879624f6b0936cab59e02958ae3a89950df773bb
Closes-Bug: #1322139
neutron/agent/linux/ovs_lib.py