Comment 11 for bug 1927090

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-tripleoclient (stable/train)

Reviewed: https://review.opendev.org/c/openstack/python-tripleoclient/+/821887
Committed: https://opendev.org/openstack/python-tripleoclient/commit/a6fcdbf0df3864af08a123caf35628d482d2234a
Submitter: "Zuul (22348)"
Branch: stable/train

commit a6fcdbf0df3864af08a123caf35628d482d2234a
Author: Srinivas Atmakuri <email address hidden>
Date: Tue May 4 17:15:32 2021 +0530

    make net_config_override of undercloud.conf work with yaml

    On setting net_config_override parameter, the undercloud uses
    a JSON or YAML format template to configure the networking
    with os-net-config and ignores the network parameters set in
    undercloud.conf. We can use this parameter when we want to
    configure bonding or add an option to the interface.

    This patch will allow net_config_override to work with a json
    or a yaml as an input.

    Closes-Bug: #1927090
    Change-Id: I5f5cec5a1622be4983b4d0db392453d1c489fa40
    (cherry picked from commit 253bd6e7db425f2340e8b47319cd527a5210333d)
    (cherry picked from commit 06a82e0ebf5a9e2016bf17d1c272e650e11e9fe6)
    (cherry picked from commit aa9996e13947058dea13692947bb35807b1f6b65)