Files
gantt/nova/rpc
Armando Migliaccio 6b97b37219 Bug #894683: nova.service does not handle attribute specific exceptions and client hangs
As Sateesh points out nova.service.Service.__getattr__ throws an AttributeError exception when the upcall method is not available.

However nova.rpc should catch all exceptions. This does not happen in this specific case because the following statement was outside the try-catch-all:

node_func = getattr(self.proxy, str(method))

Change-Id: I437c88783bca037e4054078d2687ef41c8fc2b83
2012-01-06 18:40:49 +00:00
..