Comment 1 for bug 1707097

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

Reviewed: https://review.openstack.org/488259
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=7f2ade5b5acd8e19a7eecc8d83dd787bda5c9398
Submitter: Jenkins
Branch: master

commit 7f2ade5b5acd8e19a7eecc8d83dd787bda5c9398
Author: Jeffrey Zhang <email address hidden>
Date: Fri Jul 28 10:03:03 2017 +0800

    Stop and start container rather than use restart directly

    Docker has an issue[0] when restart container. But stop then start
    works.

    [0] https://github.com/moby/moby/issues/29704

    Change-Id: If0a9c0c257cd72209be8e138a1f0b8871500e089
    Closes-Bug: #1707097