diff options
author | Jenkins <jenkins@review.openstack.org> | 2013-06-18 17:17:34 +0000 |
---|---|---|
committer | Gerrit Code Review <review@openstack.org> | 2013-06-18 17:17:34 +0000 |
commit | 880ddfb124428116600ad66de06c817c9f9de486 (patch) | |
tree | 938ea7a23cd7f445f24cfe6493112066097a0fe2 /nova/exception.py | |
parent | abd69893cdedaa845eb9418b86077845a0415c6a (diff) | |
parent | e212c68684f516d670b3e7376b6abd028539aa3e (diff) | |
download | nova-880ddfb124428116600ad66de06c817c9f9de486.tar.gz nova-880ddfb124428116600ad66de06c817c9f9de486.tar.xz nova-880ddfb124428116600ad66de06c817c9f9de486.zip |
Merge "Remove unused cert db method."
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 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.") |