Repeated "is_public" properties of volume type object

Bug #1620922 reported by aohuanxuan
6
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-499233f89ad2 |
| 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

aohuanxuan (huanxuan-ao)
Changed in python-openstackclient:
assignee: nobody → aohuanxuan (huanxuan-ao)
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix proposed to python-openstackclient (master)

Fix proposed to branch: master
Review: https://review.openstack.org/366587

Changed in python-openstackclient:
status: New → In Progress
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to python-openstackclient (master)

Reviewed: https://review.openstack.org/366587
Committed: https://git.openstack.org/cgit/openstack/python-openstackclient/commit/?id=5231ade27c8a08e3d7fd5573d4dda6fa47d0ae67
Submitter: Jenkins
Branch: master

commit 5231ade27c8a08e3d7fd5573d4dda6fa47d0ae67
Author: Huanxuan Ao <email address hidden>
Date: Wed Sep 7 16:23:45 2016 +0800

    Do not show "os-volume-type-access:is_public" property of volume type

    "os-volume-type-access:is_public" property is the
    same as "is_public" property in volume type object.
    So stop showing "os-volume-type-access:is_public"
    property and leave "is_public" property only.

    Change-Id: Ic78a9ee69b0ab356edff18cdb4c46fc24b495d2b
    Closes-Bug: #1620922

Changed in python-openstackclient:
status: In Progress → Fix Released
Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix included in openstack/python-openstackclient 3.3.0

This issue was fixed in the openstack/python-openstackclient 3.3.0 release.

To post a comment you must log in.
This report contains Public information  
Everyone can see this information.

Other bug subscribers

Remote bug watches

Bug watches keep track of this bug in other bug trackers.