← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1280363] Re: Replace exception re-raises with excutils.save_and_reraise_exception() in the Hyper-V driver

 

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

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

Title:
  Replace exception re-raises with excutils.save_and_reraise_exception()
  in the Hyper-V driver

Status in OpenStack Compute (Nova):
  Fix Released
Status in OpenStack Compute (nova) havana series:
  Fix Released

Bug description:
  A few methods of the Hyper-V driver ops classes use a catch / raise
  pattern that replaces original exceptions with specific domain
  exceptions inherited from vmutils.HyperVUtilsException(). The original
  exception is thus masqueraded and trackable only by analysing the
  logs.

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


References