Comment 2 for bug 1741852

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

Reviewed: https://review.openstack.org/531688
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=8cb57f54fa055d966d5b03389b0051e780435ee1
Submitter: Zuul
Branch: master

commit 8cb57f54fa055d966d5b03389b0051e780435ee1
Author: caoyuan <cao.yuan@99cloud.net>
Date: Mon Jan 8 16:26:17 2018 +0800

    Ensure docker running before execute the destroy action

    Before cleanup containers and hosts, it should be ensure the
    docker serivce running but the destroy action missing it,
    this patch to fix it

    Change-Id: I85ca806c1fd395daf937b585d466e16fbad4e20c
    Closes-Bug: #1741852