Comment 2 for bug 1840039

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

Reviewed: https://review.opendev.org/676192
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=461ee36dd0e2453bdbe0d9458706b5e0743a5ac2
Submitter: Zuul
Branch: master

commit 461ee36dd0e2453bdbe0d9458706b5e0743a5ac2
Author: Martin Schuppert <email address hidden>
Date: Tue Aug 13 15:33:46 2019 +0200

    Also assign default subnets to network segment

    Right now only additional subnets get assigned to a network segment.
    But this fails as either all or none subnets on a network must be
    assigned with segments.

    This removes the conditional to also assign the default subnet to
    the segment.

    Change-Id: Ief7af583d03c07f30662abf86da21451f8361197
    Closes-Bug: #1840039