mirror of
https://opendev.org/openstack/python-openstackclient.git
synced 2026-01-16 23:13:05 +00:00
currently the command is waiting only for ACTIVE server status, but if the server was SHUTOFF before, it will be SHUTOFF after rebuild as well, so the command is stuck in waiting forever. Additionally, we now also pre-validate the server status on client side, and raise an error if the server to be rebuilt is not in ACTIVE, ERROR or SHUTOFF state. Change-Id: If90a4bbba9a7ecd972f8b594c52fee4f75a0ae5e Co-Authored-By: Oleksiy Molchanov <omolchanov@mirantis.com> Story: 2010751 Task: 48005 |
||
|---|---|---|
| .. | ||
| __init__.py | ||
| agent.py | ||
| aggregate.py | ||
| console.py | ||
| flavor.py | ||
| host.py | ||
| hypervisor.py | ||
| hypervisor_stats.py | ||
| keypair.py | ||
| server.py | ||
| server_backup.py | ||
| server_event.py | ||
| server_group.py | ||
| server_image.py | ||
| server_migration.py | ||
| server_volume.py | ||
| service.py | ||
| usage.py | ||