Merge "SecurityGroupRuleExists should point out rule id inseand of group id"

This commit is contained in:
Jenkins 2014-08-19 21:50:02 +00:00 committed by Gerrit Code Review
commit 095b442c1a

View File

@ -103,7 +103,7 @@ class DuplicateSecurityGroupRuleInPost(qexception.InUse):
class SecurityGroupRuleExists(qexception.InUse): class SecurityGroupRuleExists(qexception.InUse):
message = _("Security group rule already exists. Group id is %(id)s.") message = _("Security group rule already exists. Rule id is %(id)s.")
class SecurityGroupRuleParameterConflict(qexception.InvalidInput): class SecurityGroupRuleParameterConflict(qexception.InvalidInput):