python-manilaclient/releasenotes/notes/bug-1898309-add-wait-to-share-manage-unmanage-d2060c61cc295bfd.yaml
paulali 36aee019cd Add a --wait flag to share manage/unmanage
This option enables "manage" and "unmanage"
commands to wait until the action has completed.

Partially-implements: bp add-wait-to-async-commands
Closes-Bug: #1898309
Change-Id: I03b87f2f27b045e0a83c3a25cc482901bacffa15
2022-02-13 04:09:00 +00:00

8 lines
202 B
YAML

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