We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 7c18388 + 9e4dbd1 commit 57c7310Copy full SHA for 57c7310
1 file changed
openstackclient/compute/v2/server_migration.py
@@ -252,7 +252,6 @@ def _get_migration_by_uuid(compute_client, server_id, migration_uuid):
252
for migration in compute_client.server_migrations(server_id):
253
if migration.uuid == migration_uuid:
254
return migration
255
- break
256
else:
257
msg = _('In-progress live migration %s is not found for server %s.')
258
raise exceptions.CommandError(msg % (migration_uuid, server_id))
0 commit comments