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 50126be5ba
1 changed files with 1 additions and 1 deletions

View File

@ -103,7 +103,7 @@ class DuplicateSecurityGroupRuleInPost(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):