ceilometer/ceilometer/compute/virt
Claudiu Belu e2a3542fe8 hyper-v: Converts all os-win exceptions
When os-win was first introduced, a decorator which converts all os-win
exceptions to virt inspector exceptions has been added to the
HyperVInspector.

However, the decorator works as intended for methods that return values,
and not for the ones that yield (they return a generator).

This patch makes sure that exceptions are converted properly for yielding
methods as well.

Closes-Bug #1751088

Change-Id: I7d09e1860c6940758f0d0965fedfe4dd285e0cae
2018-02-22 18:11:49 +02:00
..
hyperv hyper-v: Converts all os-win exceptions 2018-02-22 18:11:49 +02:00
libvirt Remove extra space between method parameters 2018-01-12 15:19:13 +08:00
vmware vmware:The cpu_util value should be a decimal 2017-08-16 15:47:49 +08:00
xenapi Do not check iterable objects before for loop 2018-01-02 15:22:29 +00:00
__init__.py Virt inspector directly layered over hypervisor API 2012-12-06 12:30:03 +00:00
inspector.py Add disk total duration of reads/writes metric 2017-08-12 03:02:15 +00:00