欢迎关注:https://zhangdd.com
全部博文(104)
分类: 云计算
2015-11-21 16:28:39
[root@test-node1 ~]# nova-novncproxy --config-file /etc/nova/nova.conf Traceback (most recent call last): File "/usr/bin/nova-novncproxy", line 10, insys.exit(main()) File "/usr/lib/python2.6/site-packages/nova/cmd/novncproxy.py", line 87, in main wrap_cmd=None) File "/usr/lib/python2.6/site-packages/nova/console/websocketproxy.py", line 47, in __init__ ssl_target=None, *args, **kwargs) File "/usr/lib/python2.6/site-packages/websockify/websocketproxy.py", line 231, in __init__ websocket.WebSocketServer.__init__(self, RequestHandlerClass, *args, **kwargs) TypeError: __init__() got an unexpected keyword argument 'no_parent'
[root@test-node1 ~]# /usr/bin/pip2.6 install websockify==0.5.1