nova-novncproxy doesn't use consoleauth rpcapi module

Bug #1067858 reported by Russell Bryant
6
This bug affects 1 person
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Medium
Russell Bryant

Bug Description

The following code in nova-novncproxy should be using nova/consoleauth/rpcapi.py

        connect_info = rpc.call(ctxt, 'consoleauth',
                                {'method': 'check_token',
                                 'args': {'token': token}})

This should be fixed.

Changed in nova:
assignee: nobody → Russell Bryant (russellb)
status: New → Confirmed
importance: Undecided → Medium
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to nova (master)

Fix proposed to branch: master
Review: https://review.openstack.org/14509

Changed in nova:
status: Confirmed → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/14509
Committed: http://github.com/openstack/nova/commit/faf4e9a976600c6608fcf17485bd667766335fce
Submitter: Jenkins
Branch: master

commit faf4e9a976600c6608fcf17485bd667766335fce
Author: Russell Bryant <email address hidden>
Date: Wed Oct 17 12:13:06 2012 -0700

    Use consoleauth rpcapi in nova-novncproxy.

    The nova-novncproxy service was using rpc.call directly when it should
    have been going through the rpcapi client proxy class. This patch fixes
    that.

    Fix bug 1067858.

    Change-Id: I626fb01ff61ff507520d528122358ef687d297b7

Changed in nova:
status: In Progress → Fix Committed
Thierry Carrez (ttx)
Changed in nova:
milestone: none → grizzly-1
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: grizzly-1 → 2013.1
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.