diff options
Diffstat (limited to 'nova/exception.py')
-rw-r--r-- | nova/exception.py | 4 |
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py index 68cf1f991..44e7709c5 100644 --- a/nova/exception.py +++ b/nova/exception.py @@ -673,10 +673,6 @@ class KeypairNotFound(NotFound): message = _("Keypair %(name)s not found for user %(user_id)s") -class CertificateNotFound(NotFound): - message = _("Certificate %(certificate_id)s not found.") - - class ServiceNotFound(NotFound): message = _("Service %(service_id)s could not be found.") |