From 8a4de2c5a3050c7df8ce88b6dd5d5f5e96f55ca0 Mon Sep 17 00:00:00 2001 From: Eduardo Gonzalez Date: Tue, 25 Jul 2017 14:37:54 +0200 Subject: [PATCH] Quickstart guide add inventory in pull command Quickstart guide can be confusing when pulling images if not using all-in-one deployment. Ansible will try to pull images in localhost rather than target nodes. Issue: https://ask.openstack.org/en/question/109026/kolla-ansible-pull-error/ Change-Id: Ib7e767ee814041d1939c49731092695485dd2870 --- doc/quickstart.rst | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/quickstart.rst b/doc/quickstart.rst index e881ba6c92..093fb4badd 100644 --- a/doc/quickstart.rst +++ b/doc/quickstart.rst @@ -470,11 +470,11 @@ Restart Docker and ensure that Docker is running. systemctl restart docker The Kolla community builds and pushes tested images for each tagged release of -Kolla. Pull required images with appropriate tags. +Kolla. Pull required images with appropriate tags in target nodes. :: - kolla-ansible pull + kolla-ansible pull -i /path/to/all-in-one View the images.