8d2718da8c
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
7 lines
262 B
YAML
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.
|