From 6e056200c55cb226b4537cf087c1b66d8ec64838 Mon Sep 17 00:00:00 2001 From: Alex Schultz Date: Tue, 20 Jun 2017 12:43:53 -0600 Subject: [PATCH] Add required config-file to container upload The default is no config-file which results in the documented container images upload command doing nothing. This is confusing for anyone following the documentation. Change-Id: Ie7d413835d50bcf3896301735ce402964b283bce Related-Bug: #1699158 --- doc/source/containers_deployment/overcloud.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/containers_deployment/overcloud.rst b/doc/source/containers_deployment/overcloud.rst index 1b5c5fe1..2bd82350 100644 --- a/doc/source/containers_deployment/overcloud.rst +++ b/doc/source/containers_deployment/overcloud.rst @@ -51,7 +51,7 @@ port 8787 as part of the undercloud install. To use the pre-built images coming from the `tripleoupstream` registry on the dockerhub, use the following command:: - openstack overcloud container image upload + openstack overcloud container image upload --config-file /usr/share/openstack-tripleo-common/container-images/overcloud_containers.yaml Or use `kolla-build` to build the images yourself::