Comment 3 for bug 1833584

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

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

commit ea37ee6638b08375974ae3ceddd6dc136c67b983
Author: Alex Schultz <email address hidden>
Date: Thu Jun 20 11:01:41 2019 -0600

    Add container engine authentication support

    We need to be able to run a docker or podman login during the
    deployment if the overcloud needs to pull images from an auth
    required container registry when deploying with docker. Add
    ContainerImageRegistryLogin as a flag to use
    ContainerImageRegistryCredentials to perform docker or podman logins
    when deploying.

    Closes-Bug: #1833584
    Change-Id: I98a527f363056767fea45ab4828ae61c01de20ca
    Depends-On: https://review.opendev.org/#/c/666644/