Skip to content
Snippets Groups Projects
  1. Sep 26, 2016
    • Sajauddin Mohammad's avatar
      Changed docker_restart_policy to unless-stopped · 3f134d0f
      Sajauddin Mohammad authored
      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
      3f134d0f
  2. Aug 11, 2016
  3. Aug 02, 2016
  4. Aug 01, 2016
    • Jeffrey Zhang's avatar
      Fix the kolla_docker issue with docker 1.12 · ae34973d
      Jeffrey Zhang authored
      After docker 1.12, the RepoTags will be None rather than [] in the
      image list API. This PS will handle the both case.
      
      Change-Id: Ie2da44b44229c2f190550755b50876f607f9cc0c
      Closes-Bug: #1608358
      ae34973d
  5. Jul 14, 2016
  6. Jun 28, 2016
  7. Jun 27, 2016
  8. Jun 16, 2016
    • MD NADEEM's avatar
      Added unit test for start container · 0e459bb6
      MD NADEEM authored
      This patch check two senario
      first if  we choose to start a new container
      with name say XXX, however in the env a container
      already exist with XXX name and second to start a stopped container.
      
      Change-Id: Ibd6c5fbcc6f37ea2481634ac2e6b3edb91ae7aab
      Partially-Implements: blueprint ansible-unit-tests
      0e459bb6
  9. Jun 14, 2016
  10. Jun 12, 2016
    • MD NADEEM's avatar
      Added unit test for kolla_docker · 2634a94e
      MD NADEEM authored
      Added unit test for create container.
      
      Change-Id: If67025791e52581c8853da50623cc9547f4e9298
      Partially-Implements: blueprint ansible-unit-tests
      2634a94e
Loading