termie / nova-migration-demo

Nova is a cloud computing fabric controller (the main part of an IaaS system). It is written in Python.
http://openstack.org/projects/compute/
Apache License 2.0
2 stars 0 forks source link

Revision 1032 breaks uploading of old images #855

Open termie opened 13 years ago

termie commented 13 years ago

Changes in ec2utils.py cause "nova-manage image convert images $DIR/images" from contrinb/nova.sh fail because nova-manage expects only NotFound exception, but gets ugly ValueError instead. I think, either nova-manage should be corrected to catch such errors or ec2_id_to_id should process ValueError, as it was.