File: story-2010751-server-rebuild-wait-shutoff-c84cddcd3f15e9ce.yaml

package info (click to toggle)
python-openstackclient 7.4.0-3
  • links: PTS, VCS
  • area: main
  • in suites: trixie
  • size: 11,012 kB
  • sloc: python: 135,291; makefile: 140; sh: 22
file content (13 lines) | stat: -rw-r--r-- 583 bytes parent folder | download | duplicates (2)
1
2
3
4
5
6
7
8
9
10
11
12
13
---
features:
  - |
    ``openstack server rebuild`` command now fails early if the server is
    not in a state supported for rebuild - either ``ACTIVE``, ``ERROR`` or
    ``SHUTOFF``.
    See `OpenStack Compute API reference for server rebuild action
    <https://docs.openstack.org/api-ref/compute/?expanded=rebuild-server-rebuild-action-detail#rebuild-server-rebuild-action>`_.
fixes:
  - |
    ``openstack server rebuild --wait`` now properly works for servers in
    ``SHUTOFF`` state without hanging.
    [Story `2010751 <https://storyboard.openstack.org/#!/story/2010751>`_]