summaryrefslogtreecommitdiffstats
path: root/nova/exception.py
diff options
context:
space:
mode:
Diffstat (limited to 'nova/exception.py')
-rw-r--r--nova/exception.py4
1 files changed, 0 insertions, 4 deletions
diff --git a/nova/exception.py b/nova/exception.py
index 893c0df75..c774b56cc 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.")