Bug 1246638

Summary: novncproxy requires a more recent version of websockify
Product: Red Hat OpenStack Reporter: Lars Kellogg-Stedman <lars>
Component: openstack-novaAssignee: Eoghan Glynn <eglynn>
Status: CLOSED DUPLICATE QA Contact: nlevinki <nlevinki>
Severity: unspecified Docs Contact:
Priority: unspecified    
Version: 7.0 (Kilo)CC: berrange, dasmith, eglynn, kchamart, ndipanov, pbrady, sbauza, sferdjao, sgordon, vromanso, yeylon
Target Milestone: ---   
Target Release: 8.0 (Liberty)   
Hardware: Unspecified   
OS: Unspecified   
Whiteboard:
Fixed In Version: Doc Type: Bug Fix
Doc Text:
Story Points: ---
Clone Of: Environment:
Last Closed: 2015-09-28 16:21:33 UTC Type: Bug
Regression: --- Mount Type: ---
Documentation: --- CRM:
Verified Versions: Category: ---
oVirt Team: --- RHEL 7.3 requirements from Atomic Host:
Cloudforms Team: --- Target Upstream Version:
Embargoed:
Bug Depends On:    
Bug Blocks: 1249564, 1266956    

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 ***