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:
parent
7842f5841b
commit
1297b96a63
@ -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: "/"
|
||||
|
Loading…
Reference in New Issue
Block a user