← Back to team overview

yahoo-eng-team team mailing list archive

[Bug 1280363] [NEW] Replace exception re-raises with excutils.save_and_reraise_exception() in the HYper-V driver

 

Public bug reported:

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.

** Affects: nova
     Importance: Medium
     Assignee: Alessandro Pilotti (alexpilotti)
         Status: In Progress


** Tags: hyper-v

** Tags added: hyper-v

** Changed in: nova
       Status: New => In Progress

** Changed in: nova
   Importance: Undecided => Medium

** Changed in: nova
     Assignee: (unassigned) => Alessandro Pilotti (alexpilotti)

-- 
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):
  In Progress

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


Follow ups

References