Comment 4 for bug 1855149

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

Reviewed: https://review.opendev.org/697725
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=3b092215df292062e900efce58a30048a767c0c3
Submitter: Zuul
Branch: stable/train

commit 3b092215df292062e900efce58a30048a767c0c3
Author: Alex Schultz <email address hidden>
Date: Wed Dec 4 09:56:09 2019 -0700

    Networks may be none

    If the network vars are defined but not lists, the filters and loops
    fail in ansible. We need to check that vars exist and that they aren't
    none prior to using them.

    Change-Id: I648caf97b532c65a0b1e12e8b27be9997a69780d
    Closes-Bug: #1855149
    (cherry picked from commit f5c93fa2f12fe2eba08eac7326d348f25c0e7187)