From ce895f2a3280bfa3fd4cd046c6ced161b4f09e04 Mon Sep 17 00:00:00 2001 From: "minolu.c" Date: Wed, 1 Jul 2015 17:40:57 +0800 Subject: [PATCH] make unsupported ws scheme in python < 2.7.4 console: make unsupported ws scheme in python < 2.7.4 Due to a bug in python < 2.7.4, urlparse won't parse a query string in a URL where the scheme is not recognized: http://bugs.python.org/issue9374 see https://review.openstack.org/125398 for more. Change-Id: I08937751eb4c9785654d1d731964b1e05dd62916 Closes-Bug: #1378916 --- doc/common/section_compute-configure-vnc.xml | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/doc/common/section_compute-configure-vnc.xml b/doc/common/section_compute-configure-vnc.xml index b13ccc1000..2128b4a107 100644 --- a/doc/common/section_compute-configure-vnc.xml +++ b/doc/common/section_compute-configure-vnc.xml @@ -8,6 +8,10 @@ The VNC proxy is an OpenStack component that enables compute service users to access their instances through VNC clients. + + The web proxy console URLs do not support the websocket + protocol scheme (ws://) on python versions less than 2.7.4. + The VNC console connection works as follows: