[SRU] libvit/connection.py missing console_log variable
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Compute (nova) |
Fix Released
|
Medium
|
Alvaro Lopez | ||
Essex |
Fix Released
|
Undecided
|
Unassigned | ||
nova (Ubuntu) |
Fix Released
|
Undecided
|
Unassigned | ||
Precise |
Fix Released
|
Undecided
|
Chuck Short |
Bug Description
In commit a837f92e console_log was removed from get_console_output. Whenever I try to get the console output I get the following exception:
TRACE nova.rpc.amqp Traceback (most recent call last):
TRACE nova.rpc.amqp File "/usr/lib/
ss_data
TRACE nova.rpc.amqp rval = node_func(
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp return f(*args, **kw)
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp sys.exc_info())
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp self.gen.next()
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp return function(self, context, instance_uuid, *args, **kwargs)
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp output = self.driver.
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp return f(*args, **kw)
TRACE nova.rpc.amqp File "/usr/lib/
TRACE nova.rpc.amqp fpath = self._append_
TRACE nova.rpc.amqp NameError: global name 'console_log' is not defined
Related branches
- Chuck Short: Pending requested
-
Diff: 56 lines (+14/-4)3 files modifieddebian/changelog (+8/-0)
debian/control (+6/-3)
debian/nova-console.install (+0/-1)
Changed in nova: | |
assignee: | nobody → Alvaro Lopez (aloga) |
status: | New → In Progress |
Changed in nova: | |
milestone: | none → folsom-1 |
importance: | Undecided → Medium |
Changed in nova: | |
status: | Fix Committed → Fix Released |
Changed in nova (Ubuntu): | |
status: | New → In Progress |
Changed in nova (Ubuntu Precise): | |
status: | New → In Progress |
Changed in nova (Ubuntu Precise): | |
assignee: | nobody → Chuck Short (zulcss) |
milestone: | none → ubuntu-12.04.1 |
tags: |
added: verification-done removed: verification-needed |
Changed in nova (Ubuntu): | |
status: | In Progress → Fix Released |
Changed in nova: | |
milestone: | folsom-1 → 2012.2 |
Fix proposed to branch: master /review. openstack. org/6718
Review: https:/