python-manilaclient/releasenotes/notes/bug-1980985-dont-use-share-type-with-snapshot-ref-de0331c640afbbd3.yaml
Goutham Pacha Ravi 06f7ea6255 [OSC] Don't use default type with snapshot clones
When creating a share with OSC, the client looks up the
default share type when one is unspecified. However, one
doesn't need to specify a share type when creating a share
from a snapshot.

Change-Id: I39984c2b953b16d2cdbc92ecaf5f3b701a33b283
Closes-Bug: #1980985
Signed-off-by: Goutham Pacha Ravi <gouthampravi@gmail.com>
2022-08-03 20:05:36 +05:30

7 lines
228 B
YAML

---
fixes:
- |
When creating a share from snapshot with 'openstack share create', the
client no longer forces the use of a share type. See `bug #1980985
<https://launchpad.net/bugs/1980985>`_ for more information.