Comment 12 for bug 853330

Revision history for this message
Vish Ishaya (vishvananda) wrote :

in the interest of pre-approval, please don't import the exception directly and use:

from nova import exception
raise exception.ImageUncacceptable(...)

thx