python-openstackclient/releasenotes/notes/bug-1661814-1692e68a1d2d9770.yaml
Rui Chen 3afd2b7ff2 Fix "module list --all" failed
KeyError cause the command "module list --all" failed,
fix it, and do refactor to filter private modules and
reduce the loop times, add related unit tests and
functional tests.

Change-Id: Icd77739502e05b5f763a04a92547497bf82d5d63
Closes-Bug: #1661814
2017-02-06 09:44:18 +08:00

7 lines
211 B
YAML

---
fixes:
- |
Fix ``module list --all`` command failed, and enhance the related unit
tests and funcational tests.
[Bug `1661814 <https://bugs.launchpad.net/python-openstackclient/+bug/1661814>`_]