Comment 3 for bug 1621187

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

Reviewed: https://review.openstack.org/375322
Committed: https://git.openstack.org/cgit/openstack/kolla/commit/?id=3f134d0f53067004314fddeb1a77b036c547e45f
Submitter: Jenkins
Branch: master

commit 3f134d0f53067004314fddeb1a77b036c547e45f
Author: Sajauddin Mohammad <email address hidden>
Date: Fri Sep 23 02:25:23 2016 -0400

    Changed docker_restart_policy to unless-stopped

    Current implementation has docker_restart_policy "always" and
    docker_restart_policy_retry:"10" which should be mutually exclusive.
    "unless-stopped" will restart the containers on any exit state
    but not start on daemon startup if container was put to stopped state before.
    Closes-Bug: #1621187

    Change-Id: I4d881cd123a55625121b7a9047385e9b54e2e129