Comment 10 for bug 888649

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to nova (stable/diablo)

Reviewed: https://review.openstack.org/2185
Committed: http://github.com/openstack/nova/commit/5d319531552689e4842a84adce01c81899cdfb17
Submitter: Jenkins
Branch: stable/diablo

commit 5d319531552689e4842a84adce01c81899cdfb17
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.

    (cherry picked from commit e0ef89f091a77a25fa9bcfd466159e101cb42c56)

    Change-Id: I15464cb0cf72a2c71f430e4c8c5c2b27cd4e2ef9