← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1801713] Re: Improper error message handling

 

** Also affects: compute-hyperv
   Importance: Undecided
       Status: New

-- 
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/1801713

Title:
  Improper error message handling

Status in compute-hyperv:
  New
Status in OpenStack Compute (nova):
  In Progress

Bug description:
  Exception messages are expected to be strings, but it's not always the
  case. Some exceptions are wrapped and passed as new exception
  messages, which affects some exception handlers.

  Trace: http://paste.openstack.org/show/733939/

  Finding all the occurrences may be difficult. For now, it may be
  easier to just convert the exception messages to strings in the
  NovaException class.

To manage notifications about this bug go to:
https://bugs.launchpad.net/compute-hyperv/+bug/1801713/+subscriptions


References