From 75c2c3c4447134842cefb56f29285e493c2f5966 Mon Sep 17 00:00:00 2001 From: Steve Baker Date: Thu, 20 Sep 2018 08:47:53 +1200 Subject: [PATCH] Make every reference to the prepare command use sudo Even though the installing user is added to the docker group, this only takes effect after they restart their shell session. So if they install the undercloud and run prepare in the same session, the prepare call will fail at the docker operations. Rather than explain this caveat, document calling prepare with sudo. This is already done on line #266, but this change ensures every reference to the command includes sudo. Change-Id: Ia14b0964dcaefbbf7265b3960315114219fd3c7b Closes-Bug: #1793375 --- .../install/advanced_deployment/container_image_prepare.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/doc/source/install/advanced_deployment/container_image_prepare.rst b/doc/source/install/advanced_deployment/container_image_prepare.rst index b3c3dd3d..84bf37cf 100644 --- a/doc/source/install/advanced_deployment/container_image_prepare.rst +++ b/doc/source/install/advanced_deployment/container_image_prepare.rst @@ -121,7 +121,7 @@ The prepare operations are run at the following times: provided by including the argument `-e $HOME/containers-prepare-parameter.yaml` (see :ref:`overcloud-prepare-container-images`) -#. Any other time when ``openstack tripleo container image prepare`` is run +#. Any other time when ``sudo openstack tripleo container image prepare`` is run Options available in heat parameter ContainerImagePrepare