Merge "Relay system information in RoleAssignmentNotFound"

This commit is contained in:
Zuul 2018-01-26 13:33:10 +00:00 committed by Gerrit Code Review
commit f113b2d458

View File

@ -378,7 +378,7 @@ class DomainSpecificRoleNotWithinIdPDomain(Forbidden):
class RoleAssignmentNotFound(NotFound):
message_format = _("Could not find role assignment with role: "
"%(role_id)s, user or group: %(actor_id)s, "
"project or domain: %(target_id)s.")
"project, domain, or system: %(target_id)s.")
class RegionNotFound(NotFound):