Comment 2 for bug 1737548

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

Reviewed: https://review.openstack.org/527086
Committed: https://git.openstack.org/cgit/openstack/tripleo-heat-templates/commit/?id=09dcd7e26c45edeefc1463a2885f94882433589e
Submitter: Zuul
Branch: master

commit 09dcd7e26c45edeefc1463a2885f94882433589e
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