Document docker_pull_policy in Ansible docs

Change-Id: Ie22707faa3513e293200c68caf38b7667e38d081
Closes-Bug: 1471828
This commit is contained in:
Paul Bourke 2015-07-06 16:06:12 +00:00
parent 75e01a2fb2
commit 15f4653dbe

View File

@ -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