Add the -N flag for the ssh tunnel to access the GUI

Was missing -N so you just get a login to the box instead
of the tunnel

Change-Id: I4bb3e7f71b516fc86bf49051efbd36455aac4f0f
This commit is contained in:
marios 2015-06-24 18:40:36 +03:00
parent bb3f954c39
commit 11827e002e
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@ machine, to access the UI in the browser, follow these steps:
#. On host machine create ssh tunnel from instack vm to virt host::
ssh -g -L 8080:127.0.0.1:80 root@<undercloud_vm_ip>
ssh -g -N -L 8080:127.0.0.1:80 root@<undercloud_vm_ip>
#. On instack VM edit ``/etc/openstack-dashboard/local_settings`` and add virt host ``hostname`` to ``ALLOWED_HOSTS`` array