Comment 2 for bug 1497930

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/226178
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=074f82d3ec18fd591e9d1805676dfe13bd508510
Submitter: Jenkins
Branch: master

commit 074f82d3ec18fd591e9d1805676dfe13bd508510
Author: Adelina Tuvenie <email address hidden>
Date: Mon Sep 21 23:51:42 2015 -0700

    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