Fix typo in tunnel example (UI deployments)

The tunnel needs to be created from the lab host into the undercloud,
as indicated in the step before the example. However because the
example used '@virthost' as a placeholder instead of '@undercloud', it
causes confusion and can lead users to make mistakes.

Change-Id: I19aa5583318d540fc490174ac3e2b15a8539e36f
This commit is contained in:
Julie Pichon 2017-11-28 15:24:48 +00:00
parent 01a542e2a3
commit 98650c72a1

View File

@ -65,8 +65,8 @@ the following command on the undercloud::
#. Open the tunnel from the virt host, to the undercloud::
ssh -Nf user@virthost -L 0.0.0.0:443:192.168.24.2:443 # If SSL
ssh -Nf user@virthost -L 0.0.0.0:3000:192.168.24.1:3000 # If no SSL
ssh -Nf user@undercloud -L 0.0.0.0:443:192.168.24.2:443 # If SSL
ssh -Nf user@undercloud -L 0.0.0.0:3000:192.168.24.1:3000 # If no SSL
.. note:: Quickstart started creating the tunnel automatically
during Pike. If using an older version you will have to create