Fix typo in error message

This patch set replaces type "retrive" to "retrieve"

Change-Id: Ic33ace74302f33ce9ea0c3d1762c9a95add5641b
This commit is contained in:
Nam Nguyen Hoai 2016-09-29 16:38:15 +07:00
parent 25957833fb
commit 19cdf5b8da
1 changed files with 1 additions and 1 deletions

View File

@ -738,7 +738,7 @@ def create_config_drive_partition(node_uuid, device, configdrive):
if len(new_part) != 1:
raise exception.InstanceDeployFailure(
_('Disk partitioning failed on device %(device)s. '
'Unable to retrive config drive partition information.')
'Unable to retrieve config drive partition information.')
% {'device': device})
if is_iscsi_device(device, node_uuid):