python-manilaclient/releasenotes/notes/bug-1830677-fix-13b30d6a89f43246.yaml
haixin 180ab3e0a2 Change the default value of description of type show
When exec CLI command: manila type-show {type_id}
Currently, although the description of share type API in the response
body, but it has been replaced by None(default) in manilaclient.

Closes-Bug:#1830677
Co-Authored-By: Brin Zhang <zhangbailin@inspur.com>

Change-Id: I35b60496788ed752d605b289d994f3407ebb8388
2019-05-30 10:22:22 +08:00

7 lines
211 B
YAML

---
fixes:
- |
`Launchpad bug 1830677 <https://bugs.launchpad.net/python-manilaclient/+bug/1830677>`_
has been fixed and the client now correctly get description of share type
instead of ``None``.