Comment 3 for bug 1707097

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

Reviewed: https://review.openstack.org/489221
Committed: https://git.openstack.org/cgit/openstack/kolla-ansible/commit/?id=503ab2997e9a7cdbf4a6e5ec4547eeb99ae9f5fd
Submitter: Jenkins
Branch: stable/ocata

commit 503ab2997e9a7cdbf4a6e5ec4547eeb99ae9f5fd
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
    (cherry picked from commit 7f2ade5b5acd8e19a7eecc8d83dd787bda5c9398)