Comment 4 for bug 1626995

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

Reviewed: https://review.openstack.org/381919
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=cc0709792ba0d9fa03e53307f3fa833d4e44552b
Submitter: Jenkins
Branch: master

commit cc0709792ba0d9fa03e53307f3fa833d4e44552b
Author: Paul Bourke <email address hidden>
Date: Tue Oct 4 16:19:26 2016 +0100

    Fix l3_agent.ini rendering error when DVR

    The if/else blocks in this file cause a rendering error on control nodes
    when enable_neutron_dvr: yes

    ParsingError: File contains parsing errors: <???>
            [line 3]: u' external_network_bridge =\n'

    Change-Id: Ia461dcbbec531c4c6295b3c7e10da12c57b7d58b
    Closes-Bug: 1626995