python-manilaclient/releasenotes/notes/fix-is-default-empty-557844001e0401e2.yaml
lijunbo ecbe1f961c Fix is_default value is empty issue when create
When we use manila client to create a share type or share group
type, the is_default value is always empty, this patch is to fix
this issue.

Depends-On: Ia8bcb632591fc0b5438847b22ec59c2039ecf5f1
Change-Id: Ib264d8422fe57701f990cbbf7ea5d1e90b8b0008
Closes-bug: #1743941
2018-07-26 19:59:53 -07:00

7 lines
249 B
YAML

---
fixes:
- The share type and share group type shell commands retrieve
the 'is_default' value from the manila API where supported.
This fix also addresses the blank 'is_default' field when
creating share types and share group types.