[DOCS] Fix user guide to source admin openrc

After attaching to the utility container the user must source the
openrc file before using openstack CLI.

Closes-Bug: 1804695

Change-Id: I6c93dcf8d2a0678d0daf477abfd45aaec80e99fb
This commit is contained in:
kaiokassiano 2018-12-07 17:15:27 -03:00
parent ed9a605a5d
commit 2fc7aac54f
1 changed files with 6 additions and 0 deletions

View File

@ -29,6 +29,12 @@ configuration and testing.
# lxc-attach -n infra1_utility_container-161a4084
#. Source the ``admin`` tenant credentials:
.. code::
$ . ~/openrc
#. List your openstack users:
.. code-block:: console