diff --git a/nova/exception.py b/nova/exception.py index a4c1b2d30..8e67de965 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -118,6 +118,10 @@ class NovaException(Exception): return self._error_string +class VirtualInterfaceCreateException(NovaException): + message = _("Virtual Interface creation failed") + + class VirtualInterfaceMacAddressException(NovaException): message = _("5 attempts to create virtual interface" "with unique mac address failed")