python-manilaclient/releasenotes/notes/bug-1898318-add-wait-flag-to-create-sharee-group-operation-cd8310b241d377b0.yaml
archanaserver 376429ec1d Add --wait flag to the create share group operation
This patch set adds the --wait flag to the share group
operation. This will make the CLI to wait for the
operation to be completed before returning to the prompt.

Updated test_share_group_create to be test_share_group_create_wait
and included the waiter flag

Partial-Bug: #1898318
Change-Id: Id3e163de48bdd918ae55438d812187ba4d5461c9
2021-08-23 11:55:53 +00:00

7 lines
183 B
YAML

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