From 108613507c26c86b26e1e7c6d22db0d886d60169 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Thu, 6 Apr 2017 13:40:22 -0400 Subject: [PATCH] Fix documentation for kolla_docker image pulling The example to pull images is incorrect, this patch addresses it and corrects it accordingly. Change-Id: Ice79e7f73d99c024781cb379d190f6d05e1a34a9 --- ansible/library/kolla_docker.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ansible/library/kolla_docker.py b/ansible/library/kolla_docker.py index d521e2e8fd..ccc1dc4d5b 100644 --- a/ansible/library/kolla_docker.py +++ b/ansible/library/kolla_docker.py @@ -180,7 +180,7 @@ EXAMPLES = ''' action: remove_container - name: Pull image without starting container kolla_docker: - action: pull_container + action: pull_image image: private-registry.example.com:5000/ubuntu - name: Create named volume action: create_volume