Fix typo in log message

This commit is contained in:
Liam Young
2019-03-05 19:34:54 +00:00
parent 3118f122b4
commit b50df27816
+1 -1
View File
@@ -1913,7 +1913,7 @@ def wait_for_server_migration(nova_client, vm_name, original_hypervisor):
server.status))
if original_hypervisor == current_hypervisor or server.status != 'ACTIVE':
raise exceptions.NovaGuestMigrationFailed(
'Migration of {} away from {} timed out of failed'.format(
'Migration of {} away from {} timed out or failed'.format(
vm_name,
original_hypervisor))
else: