python-openstackclient/releasenotes/notes/bug-1499657-eeb260849febacf3.yaml
Rui Chen 4679a4c193 Fix --parents and --children options in project show
Options "--parents" and "--children" don't work in "project show"
command, fix the issue and add related unit and functional tests.

Change-Id: Id9965267a037442f1077f8e1929d0527981f643d
Closes-Bug: #1499657
2017-02-09 19:24:55 +08:00

7 lines
207 B
YAML

---
fixes:
- |
Options ``--parents`` and ``--children`` don't work in ``project show``
command, fix the issue.
[Bug `1499657 <https://bugs.launchpad.net/python-openstackclient/+bug/1499657>`_]