Comment 8 for bug 1708967

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

Reviewed: https://review.openstack.org/502349
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=33d95b3da489f488fa21a50cb4f584042e710eeb
Submitter: Jenkins
Branch: stable/pike

commit 33d95b3da489f488fa21a50cb4f584042e710eeb
Author: Steve Baker <email address hidden>
Date: Tue Aug 29 12:59:50 2017 +1200

    Discover a versioned container image tag

    This change implements a discover_image_tag method to discover the
    versioned tag for a container image.

    The current approach is to expect a label to be set on the image which
    contains the expected tag value. For example the RDO image building
    pipeline sets a label rdo_version whose value also matches a tag.

    This change will be used by the python-tripleoclient change which
    actually implements the command
    "openstack overcloud container image tag discover".

    Change-Id: I27ea031287604d70032fb5392aecbce313d4b096
    Partial-Bug: #1708967
    (cherry picked from commit 39f5716c041ff3fc9b5b5d68049e8ca474453e1d)