Merge "Revert "fix openvswitch requirement check""

This commit is contained in:
Jenkins 2014-05-28 23:55:38 +00:00 committed by Gerrit Code Review
commit f131d65d92

View File

@ -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'):