python-manilaclient/releasenotes/notes/bug-2030686-fix-default-share-lookup-cc7e592a0dc855e1.yaml
Goutham Pacha Ravi a870c13cf1 Fix default share type resolution in OSC
This patch also fixes an incorrect docstring
in the share types SDK method.

Closes-Bug: #2030686
Change-Id: Iaea9746e6f4e133574f5504d906a49cc80fa4243
2023-09-22 20:05:03 +00:00

9 lines
329 B
YAML

---
fixes:
- |
Fixed default share type lookup associated with the "openstack share
create" command. The lookup now resolves default share types correctly
even on environments where the default type isn't named "default". See
`launchpad bug #2030686 <https://launchpad.net/bugs/2030686>`_ for more
details.