]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commit
Add missing exception from volume/api.py
authorAbhinav Srivastava <abhiabhi.sr@gmail.com>
Tue, 11 Jun 2013 18:16:32 +0000 (14:16 -0400)
committerAbhinav Srivastava <abhiabhi.sr@gmail.com>
Tue, 11 Jun 2013 18:20:18 +0000 (14:20 -0400)
commit7d4c7d986d6ba177ac0b347f10111bfbb57cb9ef
treee7de329d231be6277bc52b860d7b6450f237aec0
parentb7ceb409ecac6741cd97e664167162087a415904
Add missing exception from volume/api.py

Add InvalidSourceVolume exception that is used in the volume/api.py
without being defined.

Fix bug 1189987

Change-Id: Ifcea41e882e259416c91c91d9b202b3a939eb12f
cinder/exception.py