diff options
| author | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-01 14:58:52 -0700 |
|---|---|---|
| committer | Carlos Konstanski <ckonstanski@pippiandcarlos.com> | 2017-12-01 15:17:03 -0700 |
| commit | dab49df461d7ca68001632f11dc5bf1229271de9 (patch) | |
| tree | 7fdb51332f123caea4a24b0a778108c0998e085f /releasenotes | |
| parent | b061b9c34e2fa6ecf0922e056a0fbdad28fa0685 (diff) | |
| download | python-openstackclient-dab49df461d7ca68001632f11dc5bf1229271de9.tar.gz | |
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
Diffstat (limited to 'releasenotes')
| -rw-r--r-- | releasenotes/notes/bug-1735836-9be6d777a6e6410b.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/releasenotes/notes/bug-1735836-9be6d777a6e6410b.yaml b/releasenotes/notes/bug-1735836-9be6d777a6e6410b.yaml new file mode 100644 index 00000000..34604853 --- /dev/null +++ b/releasenotes/notes/bug-1735836-9be6d777a6e6410b.yaml @@ -0,0 +1,6 @@ +--- +fixes: + - | + ``openstack subnet create`` failed with a NoneType exception when + there were no tags. + [Bug `1735836 <https://bugs.launchpad.net/python-openstackclient/+bug/1735836>`_] |
