python-manilaclient/releasenotes/notes/bug-1898308-add-wait-to-share-extend-shrink-c9cc413c50d9832a.yaml
yara 153aa61146 Add a waiter to share extend/shrink
This option enables "extend" and "shrink"
commands to wait until the action has completed.

Change-Id: I41fc08f29149cf12abbf7ca75fd30f897061bd05
Partially-implements: bp add-wait-to-async-commands
Closes-Bug: #1898308
2021-01-22 09:14:49 +00:00

10 lines
204 B
YAML

---
features:
- |
The commands "manila extend" and "manila shrink" now
accept an optional "--wait" option that allows users
to let the client poll for the completion of the
operation.