Comment 3 for bug 1710992

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

Reviewed: https://review.openstack.org/448328
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=a8139d648d72b999088c94a02b874acb68868c76
Submitter: Jenkins
Branch: master

commit a8139d648d72b999088c94a02b874acb68868c76
Author: Steve Baker <email address hidden>
Date: Wed Aug 16 13:57:49 2017 +1200

    overcloud_containers.yaml.j2 map images to services

    This change adds a services key to each entry in
    overcloud_containers.yaml.j2 which contains a list of
    tripleo-heat-templates docker resource types which consume this image.

    The intent is for the prepare command to use this plus the heat
    environments to produce an image list that only contains images for
    services actually being deployed. This targeted list will make image
    upload operations quicker, which is one issue affecting containers in
    CI.

    Change-Id: Ie8801b11921c46923b0f7c9aaba6bf524c464e82
    Partial-Bug: #1710992