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

ImageNotFound exception refers to non existant variable 'image_id' #858

Open termie opened 13 years ago

termie commented 13 years ago

Line 105 in nova/image/local.py tries to raise an exception with the string 'image_id', but it does not exist, causing an error to be thrown.