From 276c7914421d821ce748a7a56e1a644b52597bc0 Mon Sep 17 00:00:00 2001 From: Benedikt Trefzer Date: Wed, 28 May 2014 21:24:46 +0200 Subject: [PATCH] Revert "fix openvswitch requirement check" This reverts commit be340d1bab015c47650687f97393c6c9015fb537. The fix did not fix anything. See comments at https://review.openstack.org/#/c/95592/ Change-Id: I2926acf4b0a7020a7ad3237e6d03d5b78bfcb6c4 --- neutron/agent/linux/ovs_lib.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/neutron/agent/linux/ovs_lib.py b/neutron/agent/linux/ovs_lib.py index 8bb14c720..97e9af2cb 100644 --- a/neutron/agent/linux/ovs_lib.py +++ b/neutron/agent/linux/ovs_lib.py @@ -476,7 +476,7 @@ def get_installed_ovs_usr_version(root_helper): def get_installed_ovs_klm_version(): - args = ["modinfo", "-F vermagic", "openvswitch"] + args = ["modinfo", "openvswitch"] try: cmd = utils.execute(args) for line in cmd.split('\n'): -- 2.45.2