[Bug 1799167] Re: nova-serialproxy missing dependency on python-websockify
Corey Bryant
corey.bryant at canonical.com
Tue Nov 6 20:18:20 UTC 2018
s/nova-novncproxy/nova-serialproxy/ ^^
** Changed in: nova (Ubuntu)
Status: New => Triaged
** Changed in: nova (Ubuntu)
Importance: Undecided => Medium
--
You received this bug notification because you are a member of Ubuntu
OpenStack, which is subscribed to nova in Ubuntu.
https://bugs.launchpad.net/bugs/1799167
Title:
nova-serialproxy missing dependency on python-websockify
Status in nova package in Ubuntu:
Triaged
Bug description:
Description: Ubuntu 18.04.1 LTS
Release: 18.04
ii nova-serialproxy 2:17.0.5-0ubuntu2 all
OpenStack Compute - serial proxy
It appears that the nova-serialproxy package depends on python-
websockify, but no such dependency is currently declared for the
package. When nova-serialproxy is installed without python-
websockify, the following errors are observed in syslog:
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: Traceback (most recent call last):
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: File "/usr/bin/nova-serialproxy", line 6, in <module>
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: from nova.cmd.serialproxy import main
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: File "/usr/lib/python2.7/dist-packages/nova/cmd/serialproxy.py", line 22, in <module>
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: from nova.cmd import baseproxy
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: File "/usr/lib/python2.7/dist-packages/nova/cmd/baseproxy.py", line 29, in <module>
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: from nova.console import websocketproxy
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: File "/usr/lib/python2.7/dist-packages/nova/console/websocketproxy.py", line 29, in <module>
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: import websockify
Oct 22 08:13:42 ctrl01 nova-serialproxy[24100]: ImportError: No module named websockify
However, if python-websockify is manually installed using apt, the
errors resolve and the nova-serialproxy daemon is able to start.
To manage notifications about this bug go to:
https://bugs.launchpad.net/ubuntu/+source/nova/+bug/1799167/+subscriptions
More information about the Ubuntu-openstack-bugs
mailing list