Merge "Fix double dots at the end of a message to single dot"
This commit is contained in:
commit
6a320490ee
@ -1028,7 +1028,7 @@ def get_image_instance_info(node):
|
|||||||
info['ramdisk'] = node.instance_info.get('ramdisk')
|
info['ramdisk'] = node.instance_info.get('ramdisk')
|
||||||
|
|
||||||
error_msg = (_("Cannot validate image information for node %s because one "
|
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)
|
% node.uuid)
|
||||||
check_for_missing_params(info, error_msg)
|
check_for_missing_params(info, error_msg)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user