Comment 4 for bug 1737548

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

Reviewed: https://review.openstack.org/528648
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=1891e364e2402af1672b794edbd42362d99b65f9
Submitter: Zuul
Branch: stable/pike

commit 1891e364e2402af1672b794edbd42362d99b65f9
Author: Yurii Prokulevych <email address hidden>
Date: Mon Dec 11 14:28:44 2017 +0100

    Search for containers within stopped containers.

    During minor update pcs cluster is stopped during step 1.
    Then we search for pcs managed containers at step 2.
    But since pcs cluster is stopped, 'docker ps' won't report stopped
    containers.
    This change adds '--all' option to show all the containers.

    Change-Id: If38a4f7e25d4d1f4679d9684ad2c0db8475d679b
    Closes-Bug: #1737548
    (cherry picked from commit 09dcd7e26c45edeefc1463a2885f94882433589e)