Merge "exception.KeypairNotFound usage correction"

This commit is contained in:
Jenkins
2011-11-03 17:13:57 +00:00
committed by Gerrit Code Review

View File

@@ -571,7 +571,7 @@ class NoFloatingIpsDefined(NotFound):
class KeypairNotFound(NotFound):
message = _("Keypair %(keypair_name)s not found for user %(user_id)s")
message = _("Keypair %(name)s not found for user %(user_id)s")
class CertificateNotFound(NotFound):