dab49df461
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
7 lines
197 B
YAML
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>`_]
|