summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/story-2010751-server-rebuild-wait-shutoff-c84cddcd3f15e9ce.yaml13
1 files changed, 13 insertions, 0 deletions
diff --git a/releasenotes/notes/story-2010751-server-rebuild-wait-shutoff-c84cddcd3f15e9ce.yaml b/releasenotes/notes/story-2010751-server-rebuild-wait-shutoff-c84cddcd3f15e9ce.yaml
new file mode 100644
index 00000000..58c67e27
--- /dev/null
+++ b/releasenotes/notes/story-2010751-server-rebuild-wait-shutoff-c84cddcd3f15e9ce.yaml
@@ -0,0 +1,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>`_]