** Changed in: nova
       Status: Fix Committed => Fix Released

** Changed in: nova
    Milestone: None => grizzly-3

-- 
You received this bug notification because you are a member of Yahoo!
Engineering Team, which is subscribed to OpenStack Compute (nova).
https://bugs.launchpad.net/bugs/1100559

Title:
  Instance fault when rescheduling is missing exception info

Status in OpenStack Compute (Nova):
  Fix Released

Bug description:
  Currently the _reschedule_or_reraise function in compute/manager is
  passed exc_info[0] as the `fault`. Since this is a `type` not an
  exception object, we end up with a repr of `type` which isn't very
  helpful in debugging.

  The solution is to pass the exception as the fault as is done
  elsewhere in the code.

To manage notifications about this bug go to:
https://bugs.launchpad.net/nova/+bug/1100559/+subscriptions

-- 
Mailing list: https://launchpad.net/~yahoo-eng-team
Post to     : [email protected]
Unsubscribe : https://launchpad.net/~yahoo-eng-team
More help   : https://help.launchpad.net/ListHelp

Reply via email to