Merge "Update DirectMappingError in keystone.exception"
This commit is contained in:
@@ -514,9 +514,9 @@ class MetadataFileError(UnexpectedError):
|
|||||||
|
|
||||||
|
|
||||||
class DirectMappingError(UnexpectedError):
|
class DirectMappingError(UnexpectedError):
|
||||||
message_format = _("Local section in mapping %(mapping_id)s refers to a "
|
debug_message_format = _("Local section in mapping %(mapping_id)s refers "
|
||||||
"remote match that doesn't exist "
|
"to a remote match that doesn't exist "
|
||||||
"(e.g. {0} in a local section).")
|
"(e.g. {0} in a local section).")
|
||||||
|
|
||||||
|
|
||||||
class AssignmentTypeCalculationError(UnexpectedError):
|
class AssignmentTypeCalculationError(UnexpectedError):
|
||||||
|
|||||||
Reference in New Issue
Block a user