-
- Downloads
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
Showing
- ansible/group_vars/all.yml 2 additions, 2 deletionsansible/group_vars/all.yml
- ansible/library/kolla_docker.py 10 additions, 5 deletionsansible/library/kolla_docker.py
- kolla/image/build.py 1 addition, 1 deletionkolla/image/build.py
- tests/test_kolla_docker.py 11 additions, 10 deletionstests/test_kolla_docker.py
Loading
Please register or sign in to comment