Bug 1246638 - novncproxy requires a more recent version of websockify
Summary: novncproxy requires a more recent version of websockify
Keywords:
Status: CLOSED DUPLICATE of bug 1266956
Alias: None
Product: Red Hat OpenStack
Classification: Red Hat
Component: openstack-nova
Version: 7.0 (Kilo)
Hardware: Unspecified
OS: Unspecified
unspecified
unspecified
Target Milestone: ---
: 8.0 (Liberty)
Assignee: Eoghan Glynn
QA Contact: nlevinki
URL:
Whiteboard:
Depends On:
Blocks: track-osp6-osp7 1266956
TreeView+ depends on / blocked
 
Reported: 2015-07-24 18:09 UTC by Lars Kellogg-Stedman
Modified: 2019-09-09 13:35 UTC (History)
11 users (show)

Fixed In Version:
Doc Type: Bug Fix
Doc Text:
Clone Of:
Environment:
Last Closed: 2015-09-28 16:21:33 UTC
Target Upstream Version:
Embargoed:


Attachments (Terms of Use)

Description Lars Kellogg-Stedman 2015-07-24 18:09:39 UTC
Description of problem:

When ugprading from OSP6 to OSP7, nova-novncproxy will fail with:

Traceback (most recent call last):
  File "/usr/bin/nova-novncproxy", line 6, in <module>
    from nova.cmd.novncproxy import main
  File "/usr/lib/python2.7/site-packages/nova/cmd/novncproxy.py", line 25, in <module>
    from nova.cmd import baseproxy
  File "/usr/lib/python2.7/site-packages/nova/cmd/baseproxy.py", line 26, in <module>
    from nova.console import websocketproxy
  File "/usr/lib/python2.7/site-packages/nova/console/websocketproxy.py", line 154, in <module>
    websockify.ProxyRequestHandler):
AttributeError: 'module' object has no attribute 'ProxyRequestHandler'


This is because the OSP7 version of novncproxy requires python-websockify >= 0.6.0-2.

Version-Release number of selected component (if applicable):

  openstack-nova-novncproxy-2015.1.0-16.el7ost.noarch

Resolution:

  The openstack-nova-novncproxy package needs a versioned Requires: on python-websockify.

Comment 3 Lars Kellogg-Stedman 2015-09-28 16:21:33 UTC
Rolled into #1266956.

*** This bug has been marked as a duplicate of bug 1266956 ***


Note You need to log in before you can comment on or make changes to this bug.