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
This commit is contained in:
parent
79be92627c
commit
ce895f2a32
@ -8,6 +8,10 @@
|
||||
<para>The VNC proxy is an OpenStack component that enables compute
|
||||
service users to access their instances through VNC
|
||||
clients.</para>
|
||||
<note><para>
|
||||
The web proxy console URLs do not support the websocket
|
||||
protocol scheme (ws://) on python versions less than 2.7.4.
|
||||
</para></note>
|
||||
<para>The VNC console connection works as follows:</para>
|
||||
<orderedlist>
|
||||
<listitem>
|
||||
|
Loading…
x
Reference in New Issue
Block a user