Comment 3 for bug 1801939

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

Reviewed: https://review.openstack.org/616216
Committed: https://git.openstack.org/cgit/openstack/paunch/commit/?id=33042f3ce127551d9bdf43c1c255087a2c55d0d6
Submitter: Zuul
Branch: master

commit 33042f3ce127551d9bdf43c1c255087a2c55d0d6
Author: Thomas Herve <email address hidden>
Date: Wed Nov 7 15:43:07 2018 +0100

    Remove log message when container doesn't exist

    When we upgrade from docker, we stop the container regardless of its
    status, but we don't need to see the message if it doesn't exist. In the
    same vein, when we generate a container name, we don't need logs from
    the inspect calls.

    Change-Id: Ifcbcc3b7d3f0524882fa6a158375b26ca87a08d7
    Closes-Bug: #1801939