Skip to content
Snippets Groups Projects
Commit 8a4de2c5 authored by Eduardo Gonzalez's avatar Eduardo Gonzalez
Browse files

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
parent ca5c48bd
No related branches found
No related tags found
No related merge requests found
......@@ -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.
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment