python-manilaclient/releasenotes/notes/bug-1898315-add-wait-flag-to-manage-share-server-operation-be6488c2a57536e1.yaml
archanaserver 13ec1d3f44 Add --wait flag to the mange share server operation
This patch set adds the --wait flag to the share server
manage operation. This will make the CLI to wait for the
operation to be completed before returning to the prompt.

Updated test_share_server_manage to be test_share_server_
manage_wait and included the waiter flag.

Change-Id: I88a0a9e38b176cb5f241a4ac7997f6af92f9f38b
2021-10-27 14:11:43 +00:00

7 lines
184 B
YAML

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