summaryrefslogtreecommitdiff
path: root/releasenotes
diff options
context:
space:
mode:
authorStephen Finucane <sfinucan@redhat.com>2020-11-18 11:27:30 +0000
committerStephen Finucane <sfinucan@redhat.com>2021-01-08 18:01:29 +0000
commit2b073c2034acdabb8d4097b7f2c0408e53fe2d63 (patch)
tree78bf2a9c9ee1a2a2a50fa6d3ffca7a67ca62f3ea /releasenotes
parent64c2a1a453fce8f4e2e7e8441692af007c176459 (diff)
downloadpython-openstackclient-2b073c2034acdabb8d4097b7f2c0408e53fe2d63.tar.gz
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>
Diffstat (limited to 'releasenotes')
-rw-r--r--releasenotes/notes/add-shelve-offload-wait-d0a5c8ba92586f72.yaml2
1 files changed, 2 insertions, 0 deletions
diff --git a/releasenotes/notes/add-shelve-offload-wait-d0a5c8ba92586f72.yaml b/releasenotes/notes/add-shelve-offload-wait-d0a5c8ba92586f72.yaml
index ddd32931..750abd6a 100644
--- a/releasenotes/notes/add-shelve-offload-wait-d0a5c8ba92586f72.yaml
+++ b/releasenotes/notes/add-shelve-offload-wait-d0a5c8ba92586f72.yaml
@@ -6,3 +6,5 @@ features:
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``.