python-manilaclient/releasenotes/notes/update-api-version-create-share-from-snapshot-another-pool-or-backend-694cfda84a41c4ff.yaml
andrebeltrami 8d2718da8c Update the python manila client api version
This patch updates the python manila client
api version in order to consider the changes
implemented in the view of shares and share
replicas. A new field called ``progress`` was
added and will show the progress of the
create share from snapshot operation.

Partially-implements: bp create-share-from-snapshot-in-another-pool-or-backend

Depends-On: Iab13a0961eb4a387a502246e5d4b79bc9046e04b

Change-Id: Id73f6facca03e8490846b68c404593f16e95f8bd
2020-04-09 00:46:28 -03:00

7 lines
262 B
YAML

---
features:
- Added ``progress`` field for shares and share replicas. This field
allows the user to check the progress of the create share from snapshot
operation. The field will show a percentage of completion between
``0`` and ``100`` percent.