Comment 4 for bug 1497930

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

Reviewed: https://review.openstack.org/230525
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=cf1689438079de264dd4a61cccaf2ad8b0bd05b9
Submitter: Jenkins
Branch: stable/liberty

commit cf1689438079de264dd4a61cccaf2ad8b0bd05b9
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
    (cherry picked from commit 074f82d3ec18fd591e9d1805676dfe13bd508510)