mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-17 07:20:45 +00:00
Merge "Prevent "server migrate --wait" from hanging"
This commit is contained in:
commit
c18f93bafe
1 changed files with 1 additions and 0 deletions
|
|
@ -1386,6 +1386,7 @@ class MigrateServer(command.Command):
|
|||
if utils.wait_for_status(
|
||||
compute_client.servers.get,
|
||||
server.id,
|
||||
success_status=['active', 'verify_resize'],
|
||||
callback=_show_progress,
|
||||
):
|
||||
self.app.stdout.write(_('Complete\n'))
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue