yahoo-eng-team team mailing list archive
-
yahoo-eng-team team
-
Mailing list archive
-
Message #17566
[Bug 1334327] Re: spice not working on debian 7
** Changed in: nova
Status: New => Fix Released
--
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1334327
Title:
spice not working on debian 7
Status in OpenStack Compute (Nova):
Fix Released
Bug description:
Hi everyone,
I have found a bug in your code with spice. To sum it up, it doesn't
work with the last version of websockify you put on your repositories
for debian wheezy.
In fact, you have put websockify 0.6 in your repositories, and it
requires a new object ( ProxyRequestHandler ) to handle a new
connection instead of just call the new_client function. But in the
object NovaWebSocketProxy, you still redefine this function to make
the rpc call to consoleauth and you don't use the request handler now
required. The result is that it uses the default function of
webosckify to handle a new client connection.
I solved the bug by replacing the source of websockify 0.6 by the
0.5.1 ones and it now works like a charm. But this is not really user-
friendly.
regards.
Axel Vanzaghi
To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1334327/+subscriptions
References