Comment 26 for bug 1835657

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

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

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