nova-novncproxy fails to start

Bug #924058 reported by lfleal
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
devstack
Fix Released
High
Anthony Young

Bug Description

nova-novncproxy fails to start with the following error:

  File "./utils/nova-novncproxy", line 40, in <module>
    flags.DEFINE_boolean('verbose', False,
AttributeError: 'module' object has no attribute 'DEFINE_boolean'

This appears to be caused by refactor of flags.py

Changed in devstack:
status: New → Confirmed
importance: Undecided → High
assignee: nobody → Anthony Young (sleepsonthefloor)
Changed in devstack:
status: Confirmed → In Progress
Revision history for this message
Anthony Young (sleepsonthefloor) wrote :

This was caused by nova's flag refactor, as suggested by the bug description. The fix was to migrate the flag declarations of nova-novncproxy to the new style: https://github.com/cloudbuilders/noVNC/commit/419f4e299b949d539d3a5fa48a2e75ef04e535c7

Changed in devstack:
status: In Progress → Fix Released
Revision history for this message
Anthony Young (sleepsonthefloor) wrote :

To use this fix, please be sure to update the code in your noVNC directory.

Revision history for this message
lfleal (lewis-leal) wrote :

That fixed it, thanks!

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.