Merge "SecurityGroupRuleExists should point out rule id inseand of group id"
This commit is contained in:
commit
095b442c1a
@ -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):
|
||||
|
Loading…
Reference in New Issue
Block a user