tricircle/novaproxy/nova/image/exception.py

7 lines
158 B
Python
Executable File

from nova.exception import NovaException
from nova.i18n import _
class GlanceSyncException(NovaException):
msg_fmt = _("Sync image failed: %(reason)s")