Merge "Add a note about relogging in as the stack user when docker commands fail"

This commit is contained in:
Zuul 2017-10-16 09:39:31 +00:00 committed by Gerrit Code Review
commit 26b2138126
1 changed files with 6 additions and 0 deletions

View File

@ -129,3 +129,9 @@ so it is not necessary to copy them to ``undercloud.conf``.
``openstack undercloud install`` can be rerun to reapply changes from
undercloud.conf to the undercloud. Note that this should **not** be done if an
overcloud has already been deployed or is in progress.
.. note::
If running ``docker`` commands as a stack user after an undercloud install fail
with a permission error, log out and log in again. The stack user does get added
to the docker group during install, but that change gets reflected only after a
new login.