Merge "Fix double dots at the end of a message to single dot"

This commit is contained in:
Jenkins 2016-12-07 22:45:01 +00:00 committed by Gerrit Code Review
commit 6a320490ee

View File

@ -1028,7 +1028,7 @@ def get_image_instance_info(node):
info['ramdisk'] = node.instance_info.get('ramdisk')
error_msg = (_("Cannot validate image information for node %s because one "
"or more parameters are missing from its instance_info.")
"or more parameters are missing from its instance_info")
% node.uuid)
check_for_missing_params(info, error_msg)