python-openstackclient/releasenotes/notes/add-shelve-offload-wait-d0a5c8ba92586f72.yaml
Stephen Finucane 2b073c2034 Add 'server unshelve --wait' option
This was recently added to the 'server shelve' command. Add it now for
the 'unshelve' command.

Change-Id: I633dd85b60cf70b4f8610f414d82669dd6a53111
Signed-off-by: Stephen Finucane <sfinucan@redhat.com>
2021-01-08 18:01:29 +00:00

11 lines
420 B
YAML

---
features:
- |
Add support for ``--offload`` and ``--wait`` options for ``server shelve``.
``--offload`` allows users to explicitly request offloading of a shelved
server in environments where automatic offloading is not configured, while
``--wait`` allows users to wait for the shelve and/or shelve offload
operations to complete.
- |
Add support ``--wait`` option for ``server shelve``.