Comment 5 for bug 1833081

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Related fix merged to paunch (master)

Reviewed: https://review.opendev.org/665731
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=6e2ef79af303866384f8dc4de83967dbfbb704a4
Submitter: Zuul
Branch: master

commit 6e2ef79af303866384f8dc4de83967dbfbb704a4
Author: Emilien Macchi <email address hidden>
Date: Mon Jun 17 10:51:13 2019 -0400

    Reduce the usage of "podman inspect" command

    - pull_missing_images: when podman is used, do not use "inspect" but
      "podman images exists" command. We only need to know if the image
      already exists, no need to fetch all its config.

    - unique_container_name: use container_exist to find out of the
      container already exists instead of calling the "inspect" command.

    Related-Bug #1833081
    Change-Id: I1aad33bcdcede1034bc8e1267b07f84c34a09958