Comment 10 for bug 1834094

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to tripleo-common (master)

Reviewed: https://review.opendev.org/668560
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=ecd3738077f54ce5440a66bbb616b1e32295e896
Submitter: Zuul
Branch: master

commit ecd3738077f54ce5440a66bbb616b1e32295e896
Author: James Slagle <email address hidden>
Date: Mon Jul 1 16:55:20 2019 -0400

    Handle empty NetworkConfig

    In some cases the NetworkConfig config resource may come back as an
    empty dict from Heat, such as when using net-config-noop.yaml. In that
    case, we should not attempt to write any config.

    Change-Id: I02129adf193f7a4a8b38411f3a20079d10cfa872
    Related-bug: #1834094