python-openstackclient/releasenotes/notes/bug-1740232-91ad72c2ac165f35.yaml
Yang Youseok 71f138b172 Fix RuntimeError when showing project which has extra properties
If you use python3, items() returns iterator which is not allowed to
remove item during iteration. Fix to iterate by copied list.

Change-Id: I64c037d04e2b127d8f19f56cab65122af89a7200
Closes-Bug: 1740232
2018-06-09 13:16:34 -05:00

6 lines
176 B
YAML

---
fixes:
- |
Fix RuntimeError in ``project show`` command running under Python 3.
[Bug `1740232 <https://bugs.launchpad.net/python-openstackclient/+bug/1740232>`_]