python-openstackclient/releasenotes/notes/bug-1735836-9be6d777a6e6410b.yaml
Carlos Konstanski dab49df461 openstack subnet create fails when tags is None
In network/v2/_tag.py lines 105 and 110: obj.tags can be None, in
which case set(obj.tags) throws a NoneType exception.

Change-Id: I1e965ec947844cbf84676fab27a2261fc0c0ea49
Closes-Bug: #1735836
2017-12-01 15:17:03 -07:00

7 lines
197 B
YAML

---
fixes:
- |
``openstack subnet create`` failed with a NoneType exception when
there were no tags.
[Bug `1735836 <https://bugs.launchpad.net/python-openstackclient/+bug/1735836>`_]