Comment 2 for bug 1444696

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

Reviewed: https://review.openstack.org/174110
Committed: https://git.openstack.org/cgit/stackforge/cookbook-openstack-common/commit/?id=5e37dea3899cc6dd34d52a463c87bf36c57ea871
Submitter: Jenkins
Branch: master

commit 5e37dea3899cc6dd34d52a463c87bf36c57ea871
Author: Mark Vanderwiel <email address hidden>
Date: Wed Apr 15 16:22:52 2015 -0500

    Fix render_config_file with_section_content to handle dup sections

    Since duplicate sections are allowed within openstack conf files,
    need to be able to handle them in some cases. The first case of
    this is in network where the ml2 conf is including the openvswitch
    conf within it and there are a couple dup sections. This
    allows the spec tests to handle those cases.

    Change-Id: I8d2733a248a6a13ab87c286ff620c71955726f86
    Closes-Bug: #1444696