]> review.fuel-infra Code Review - openstack-build/neutron-build.git/commit
Fixes 'ovs-agent cannot start on Windows because root_helper opt is not found'
authorAdelina Tuvenie <atuvenie@cloudbasesolutions.com>
Tue, 22 Sep 2015 06:51:42 +0000 (23:51 -0700)
committerAdelina Tuvenie <atuvenie@cloudbasesolutions.com>
Thu, 24 Sep 2015 10:18:51 +0000 (03:18 -0700)
commit074f82d3ec18fd591e9d1805676dfe13bd508510
tree81de491ff772b3b963529b73fe269fe4f33ae00e
parent3c69fefe0e90702aa78eabdd4940e9e22df1b562
Fixes 'ovs-agent cannot start on Windows because root_helper opt is not found'

Change Ie1224f8a1c17268cd7d1c474ed82fdfb8852eaa8 removed
config.register_root_helper() from ovs_neutron_agent:main, thus the agent
cannot start on Windows since root_helper config option is never
registered.

The fix consists in adding config.register_root_helper in the Windows side
utils.

Closes-Bug: #1497930

Change-Id: I6adc3b869c9564cac3ab99174b8fe47584213e59
neutron/agent/common/utils.py
neutron/agent/linux/utils.py