nova-novncproxy needs additional arguments to websickify constructor

Asked by lin_victor

The error description is the same with Bug #1031998, and I also checked the reviewed code in https://review.openstack.org/#/c/12500/
However, I found the following line of code in /opt/stack/noVNC/utils/nova-novncproxy, which is already up-to-date, has not been modified.
        wsproxy.WebSocketProxy.__init__(self,*args, **kwargs)

After I modified this line into the following line, the error occurred in running 'nova-novncproxy', the bug is fixed. I wonder whether it is still a bug, or I was wrong in installing the OpenStack?
        wsproxy.WebSocketProxy.__init__(self,unix_target=None,
                                        target_cfg=None,
                                        ssl_target=None,*args, **kwargs)

Question information

Language:
English Edit question
Status:
Answered
For:
OpenStack Compute (nova) Edit question
Assignee:
No assignee Edit question
Last query:
Last reply:
Revision history for this message
Davanum Srinivas (DIMS) (dims-v) said :
#1

I am not sure how you installed openstack. the bug is fixed in the latest master branch, its possible that some distributions may not have picked it up yet.

Can you help with this problem?

Provide an answer of your own, or ask lin_victor for more information if necessary.

To post a message you must log in.