wrong code comments in contrib/consoles.py

Bug #1241685 reported by Lingxian Kong
10
This bug affects 2 people
Affects Status Importance Assigned to Milestone
OpenStack Compute (nova)
Fix Released
Low
Lingxian Kong

Bug Description

@wsgi.action('os-getVNCConsole')
    def get_vnc_console(self, req, id, body):
        """Get text console output."""
        context = req.environ['nova.context']
        authorize(context)

@wsgi.action('os-getSPICEConsole')
    def get_spice_console(self, req, id, body):
        """Get text console output."""
        context = req.environ['nova.context']
        authorize(context)

Lingxian Kong (kong)
Changed in nova:
assignee: nobody → Lingxian Kong (kong)
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/52661

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

Reviewed: https://review.openstack.org/52661
Committed: http://github.com/openstack/nova/commit/0a47253307d427c6e668d7cdf3bdf186dfc93858
Submitter: Jenkins
Branch: master

commit 0a47253307d427c6e668d7cdf3bdf186dfc93858
Author: Lingxian Kong <email address hidden>
Date: Fri Oct 18 23:58:49 2013 +0800

    Fix the ConsolesController class doc string

    The code must have been copied from the console output extension to start
    with and the old class doc string was left in place.

    Change-Id: I4924e69763027043aace8e34aac55701be2ea823
    Closes-bug: #1241685

Changed in nova:
status: In Progress → Fix Committed
Michael Still (mikal)
Changed in nova:
importance: Undecided → Low
Changed in nova:
milestone: none → icehouse-1
Thierry Carrez (ttx)
Changed in nova:
status: Fix Committed → Fix Released
Thierry Carrez (ttx)
Changed in nova:
milestone: icehouse-1 → 2014.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.