python-openstackclient/releasenotes/notes/bug-1620922-7f27942dc00f7108.yaml
Huanxuan Ao 5231ade27c 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
2016-09-07 16:40:54 +08:00

6 lines
229 B
YAML

---
fixes:
- Do not show ``os-volume-type-access:is_public`` property which is the
same as ``is_public`` property of volume type object.
[Bug `1620922 <https://bugs.launchpad.net/python-openstackclient/+bug/1620922>`_]