neutron-lib/neutron_lib
Harald Jensås 88b755c0e8 Fix collect duplicates TypeError for dict values
The _collect_duplicates uses a set for duplicates. This
does not work when the values in the list are dictionaries.

Instead of using a set, use a list and extend the condition to
only add to the list if seen and not already in dups.

Closes-Bug: #1956785
Change-Id: Iad627bcfb95699febd504d7dc7fc9e8a7d813a9e
2022-01-10 14:29:24 +00:00
..
agent Add new method "update_network" to "L3AgentExtension". 2021-12-10 10:43:03 +00:00
api Fix collect duplicates TypeError for dict values 2022-01-10 14:29:24 +00:00
callbacks Log resource id in the callbacks publish method 2021-12-23 11:57:10 +01:00
db Replace "target_tenant" with "target_project" in RBAC OVOs and models 2021-12-02 15:28:40 +00:00
exceptions Allow to pass custom reason in NetworkInUse exception 2021-12-15 14:28:09 +05:30
hacking Switch to hacking 2.0 2020-03-17 15:31:31 +09:00
locale/zh_CN/LC_MESSAGES Imported Translations from Zanata 2018-03-01 06:47:27 +00:00
objects Add default values in port forwarding port ranges definitions 2021-10-04 11:38:46 -03:00
placement Make update_qos_minbw_allocation() more generic 2021-11-15 10:08:38 +01:00
plugins Add Local IP constants needed for policy checks 2021-11-03 14:53:06 +03:00
policy [goal] Deprecate the JSON formatted policy file 2020-12-21 16:52:50 +00:00
services Merge "Add Local IP constants needed for policy checks" 2021-11-11 12:25:12 +00:00
tests Fix collect duplicates TypeError for dict values 2022-01-10 14:29:24 +00:00
utils Replace deprecated import of ABCs from collections 2021-07-17 12:22:34 +09:00
__init__.py Remove library "six" 2020-01-22 13:16:45 +00:00
_i18n.py Update the documentation link for doc migration 2017-07-20 15:46:41 +00:00
constants.py Add Local IP constants and exceptions 2021-08-31 19:20:34 +03:00
context.py Remove warning about session with and without enginefacade 2021-05-21 13:15:48 +00:00
fixture.py Fix pylint>=2.8.0 error R1732 "consider-using-with" 2021-04-27 16:14:59 +00:00
rpc.py Start running pylint for pep8 tests 2020-09-17 09:53:01 -04:00
version.py Setup for devref documentation 2015-12-07 18:50:07 +00:00
worker.py Remove deprecated method registry.notify 2021-09-20 09:26:07 +00:00