Comment 9 for bug 888649

Revision history for this message
Openstack Gerrit (openstack-gerrit) wrote : Fix merged to nova (master)

Reviewed: https://review.openstack.org/1900
Committed: http://github.com/openstack/nova/commit/e0ef89f091a77a25fa9bcfd466159e101cb42c56
Submitter: Jenkins
Branch: master

 status fixcommitted
 done

commit e0ef89f091a77a25fa9bcfd466159e101cb42c56
Author: Ollie Leahy <email address hidden>
Date: Thu Nov 24 15:56:08 2011 +0000

    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