Comment 2 for bug 1855149

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

Reviewed: https://review.opendev.org/697321
Committed: https://git.openstack.org/cgit/openstack/tripleo-ansible/commit/?id=f5c93fa2f12fe2eba08eac7326d348f25c0e7187
Submitter: Zuul
Branch: master

commit f5c93fa2f12fe2eba08eac7326d348f25c0e7187
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