python-manilaclient/releasenotes/notes/bug-1898316-add-wait-option-for-deleting-a-share-server-e2228018585de5cb.yaml
kafilat-adeleke 2a1fb2bf8d Add "--wait" option for deleting a share server
This RFE adds a "--wait" flag to share server
delete, to make the CLI wait on the share server
to be deleted before returning to the prompt.

Closes-Bug: #1898316
Change-Id: I98feeebf1c20d30f42e57b937655537ac206bc25
2021-07-06 16:55:31 +00:00

9 lines
186 B
YAML

---
features:
- |
The command "manila share-server-delete" now accepts an optional
"--wait" that allows users to let the client poll for the
completion of the operation.