Comment 11 for bug 1797114

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

Reviewed: https://review.openstack.org/609586
Committed: https://git.openstack.org/cgit/openstack/tripleo-common/commit/?id=28a5ba0a01383f69b3a8880286830d4c00901fc4
Submitter: Zuul
Branch: master

commit 28a5ba0a01383f69b3a8880286830d4c00901fc4
Author: Steve Baker <email address hidden>
Date: Thu Oct 11 17:38:50 2018 +1300

    Replace skopeo inspect with python

    This replaces the skopeo inspect calls with python equivalent. It is
    faster than the skopeo inspect for two reasons:
    - the auth token is shared for all requests
    - the tags list request is made concurrently

    This should also help with running the dry-run prepare in the mistral
    podman container since /run is not involved at all in this
    implementation.

    Change-Id: Ia898d0acfdeac1699e7e08e2935a2a4eaf578531
    Closes-Bug: #1797114