From 1297b96a638e88df647c674716d314deaf9b12b0 Mon Sep 17 00:00:00 2001 From: Mohammed Naser Date: Sun, 26 Aug 2018 04:13:21 -0400 Subject: [PATCH] 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 --- inventory/group_vars/nova_all.yml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/inventory/group_vars/nova_all.yml b/inventory/group_vars/nova_all.yml index e3b64b9025..1a9032eaf4 100644 --- a/inventory/group_vars/nova_all.yml +++ b/inventory/group_vars/nova_all.yml @@ -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: "/"