python-manilaclient/releasenotes/notes/bug-1798229-fix-create-share-from-snap-using-name-44100b907ea6a040.yaml
Luisa Ferraz do Amaral 616f3acf60 Fix issue while creating share from snapshot
Fixed the issue that didn't allow users to create share from
snapshot when the snapshot name was specified instead of the id.

Now, the manila client will search for snapshots regardless if the
name or id of the snapshot was specified.

Closes-Bug: #1798229
Change-Id: I2b29b6d2ba232aa390e7c3708ee589c82e3e7e72
2021-07-30 17:09:08 -03:00

7 lines
259 B
YAML

---
fixes:
- |
Fixed the issue in which users were unable to create a share from a
snapshot, specifing the snapshot's name. For more details, please refer to
`launchpad bug 1798229 <https://bugs.launchpad.net/python-manilaclient/+bug/1798229>`_