Launchpad

Repeated "is_public" properties of volume type object

Bug #1620922 reported by aohuanxuan

This bug affects 1 person

Affects Status Importance Assigned to Milestone
python-openstackclient

Fix Released

Undecided

aohuanxuan

Bug Description

When we show a volume type object we can see:
openstack volume type show test
+------ ------- ------- ------- ------+ ------- ------- ------- ------- ------- ---+
| Field | Value |
+------ ------- ------- ------- ------+ ------- ------- ------- ------- ------- ---+
| description | None |
| id | 8b83e16b- 1fb8-415c- 9554-499233f89a d2 |
| is_public | True |
| name | test |
| os-volume- type-access: is_public | True |
| properties | |
| qos_specs_id | None |
+------ ------- ------- ------- ------+ ------- ------- ------- ------- ------- ---+
There are two properties named "is_public" and "os-volume- type-access: is_public" ,
They are the same things, we just need one. We can remove the "os-volume- type-access: is_public"
and leave only the "is_public" property

Read the original on bugs.launchpad.net ↗