From 15f4653dbe9b6e63794efbfc822e72518c3a29ab Mon Sep 17 00:00:00 2001 From: Paul Bourke Date: Mon, 6 Jul 2015 16:06:12 +0000 Subject: [PATCH] Document docker_pull_policy in Ansible docs Change-Id: Ie22707faa3513e293200c68caf38b7667e38d081 Closes-Bug: 1471828 --- docs/ansible-deployment.md | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/docs/ansible-deployment.md b/docs/ansible-deployment.md index e08412e245..e9d7a55cd3 100644 --- a/docs/ansible-deployment.md +++ b/docs/ansible-deployment.md @@ -46,7 +46,12 @@ running the services. The network_interface is what will be given to neutron to use. It should not have an ip on the interface. + docker_pull_policy: "always" +The docker_pull_policy specifies whether Docker should always pull images from +Docker Hub, or only in the case where the image isn't present locally. If you +are building your own images locally without pushing them to the Docker +Registry, or a local registry, you will want to set this value to "missing". For All-In-One deploys, the following commands can be run. These will setup all of the containers on the localhost. These commands will be wrapped in the