Merge "Update DirectMappingError in keystone.exception"

This commit is contained in:
Jenkins 2017-06-06 00:20:30 +00:00 committed by Gerrit Code Review
commit 5258c340d6
1 changed files with 3 additions and 3 deletions

View File

@ -514,9 +514,9 @@ class MetadataFileError(UnexpectedError):
class DirectMappingError(UnexpectedError):
message_format = _("Local section in mapping %(mapping_id)s refers to a "
"remote match that doesn't exist "
"(e.g. {0} in a local section).")
debug_message_format = _("Local section in mapping %(mapping_id)s refers "
"to a remote match that doesn't exist "
"(e.g. {0} in a local section).")
class AssignmentTypeCalculationError(UnexpectedError):