Comment 1 for bug 1832043

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

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

commit da1827f7d348fd90e00f8381347febe01b6f7239
Author: Alex Schultz <email address hidden>
Date: Fri Jun 7 13:44:14 2019 -0600

    Add networks to Standalone role

    The standalone role can be used with and without an undercloud. If you
    deploy it with an undercloud and use network-isolation, then the
    deployment will fail because the networks aren't defined in the role.
    Since it doesn't hurt to have them on in the non-undercloud version,
    lets add them back in. They were previously removed as part of
    https://review.opendev.org/#/c/628265/

    Change-Id: I366631cb6ecd39595c00204a02408beb431af70e
    Closes-Bug: #1832043