is_default value is always empty after creating a type/group type
Affects | Status | Importance | Assigned to | Milestone | |
---|---|---|---|---|---|
OpenStack Shared File Systems Service (Manila) |
Fix Released
|
Medium
|
Goutham Pacha Ravi | ||
python-manilaclient |
Fix Released
|
Medium
|
Goutham Pacha Ravi |
Bug Description
Currently, when we create a type or group type, the value of is_default is always empty, e.g.
$ manila type-create default 1
+------
| Property | Value |
+------
| required_
| Name | default |
| Visibility | public |
| is_default | - |
| ID | d44a0a90-
| optional_
+------
the right result should be:
$ manila type-create default 1
+------
| Property | Value |
+------
| required_
| Name | default |
| Visibility | public |
| is_default | YES |
| ID | d44a0a90-
| optional_
+------
The same issue goes to share-group-
Changed in python-manilaclient: | |
assignee: | nobody → junboli (junboli) |
Changed in manila: | |
status: | New → Confirmed |
assignee: | nobody → junboli (junboli) |
milestone: | none → rocky-3 |
importance: | Undecided → Medium |
Changed in python-manilaclient: | |
importance: | Undecided → Medium |
Changed in python-manilaclient: | |
milestone: | none → rocky-3 |
Changed in manila: | |
status: | Confirmed → In Progress |
Changed in manila: | |
assignee: | junboli (junboli) → Tom Barron (tpb) |
Changed in manila: | |
assignee: | Tom Barron (tpb) → junboli (junboli) |
Changed in manila: | |
assignee: | junboli (junboli) → Tom Barron (tpb) |
Changed in manila: | |
assignee: | Tom Barron (tpb) → junboli (junboli) |
Changed in manila: | |
assignee: | junboli (junboli) → Goutham Pacha Ravi (gouthamr) |
Changed in python-manilaclient: | |
assignee: | junboli (junboli) → Goutham Pacha Ravi (gouthamr) |
Fix proposed to branch: master /review. openstack. org/535178
Review: https:/