From e0ef89f091a77a25fa9bcfd466159e101cb42c56 Mon Sep 17 00:00:00 2001 From: Ollie Leahy Date: Thu, 24 Nov 2011 15:56:08 +0000 Subject: Fixes bug 888649 Change exception.VolumeIsBusy to derive from NovaException instead of Error, so that an 'unexpected keyword' exception is not thrown when the exception is raised with keyword parameters. Add unit test to confirm that the 'unexpected keyword' exception is not thrown when the exception is raised by nova.volume.driver.VolumeDriver Responded to reviewer observations, fix pep8 errors in tset_volume.py, added email address to Authors file. Change-Id: I15464cb0cf72a2c71f430e4c8c5c2b27cd4e2ef9 --- Authors | 1 + 1 file changed, 1 insertion(+) (limited to 'Authors') diff --git a/Authors b/Authors index 36ec620cd..633677d88 100644 --- a/Authors +++ b/Authors @@ -103,6 +103,7 @@ Nachi Ueno Naveed Massjouni Nikolay Sokolov Nirmal Ranganathan +Ollie Leahy Paul Voccio Renuka Apte Ricardo Carrillo Cruz -- cgit