Update VNC path to correct one

The VNC path has been /vnc.html which means that no backends will
ever go up with the default option.

Change-Id: I7065fb3aa627c80655f0e1cf01742a6115a09678
This commit is contained in:
Mohammed Naser 2018-08-26 04:13:21 -04:00
parent 7842f5841b
commit 1297b96a63
1 changed files with 1 additions and 1 deletions

View File

@ -30,7 +30,7 @@ nova_consoles:
path: "/spice_auto.html"
novnc:
port: "{{ nova_novncproxy_port }}"
path: "/vnc_auto.html"
path: "/vnc.html"
serial:
port: "{{ nova_serialconsoleproxy_port }}"
path: "/"