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

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):