Comment 28 for bug 1835657

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

Reviewed: https://review.opendev.org/670686
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=2871ce0fa9ed658fb01179cda3c6522bcaa1121f
Submitter: Zuul
Branch: stable/stein

commit 2871ce0fa9ed658fb01179cda3c6522bcaa1121f
Author: Alex Schultz <email address hidden>
Date: Fri Jul 12 14:55:35 2019 -0600

    Specify a default for container_registry_logins

    When we run this, we'll run the controller host_prep_tasks but the
    compute nodes are included. Ansible will skip the set_fact on the
    computes but still try to evaluate the lookup. We need to use |default
    to handle the unset case.

    Change-Id: I1ff41befbd66325d90c3ea18640a298549d1b659
    Closes-Bug: #1835657
    (cherry picked from commit a6ff00885ce0540015b0ed1fc99c431a87348077)