Comment 8 for bug 1787268

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

Reviewed: https://review.openstack.org/592275
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=8b557554a4e8807d41350d3630ae77132cd3a313
Submitter: Zuul
Branch: master

commit 8b557554a4e8807d41350d3630ae77132cd3a313
Author: Steve Baker <email address hidden>
Date: Thu Aug 16 17:28:53 2018 +1200

    Ensure all image parameters have a default set

    Now that the PrepareContainerImageParameters action is part of the
    deploy workflow, environments/containers-default-parameters.yaml is
    overwritten with a dry-run prepare. The output of this prepare is
    filtered to *only* those images required for deployment.

    However heat requires all image parameters to be populated, regardless
    of whether they're required, so this change will ensure that a value
    is set for all image parameters by sharing the logic from the
    PrepareContainerImageEnv image (which runs during the plan creation
    workflow).

    Change-Id: Ia2f013714dafac91075456576ec421fbddd822ae
    Closes-Bug: #1787268