neutron/neutron
Nguyen Phuong An 9afb9ca598 Prevent use filter(lambda obj: test(obj), data)
In Python3 [1], if we need filter on python3, replace
filter(lambda obj: test(obj), data) with:
[obj for obj in data if test(obj)]. This patch replaces
filter function and introduces a hacking rule to prevent
using filter in future.

[1] https://wiki.openstack.org/wiki/Python3

Change-Id: I83d22108c02f8da007a7233e71a4a7fb833170ec
2016-09-14 16:23:32 +07:00
..
agent Merge "Prevent duplicate LLA iptables rules" 2016-09-14 06:34:31 +00:00
api Merge "Accept and return project_id for API calls" 2016-09-13 01:46:15 +00:00
callbacks Reduce the number of debug traces emitted by registry callbacks 2016-09-07 20:10:16 -07:00
cmd Fix TypeError in sanity check logging format 2016-09-13 15:58:10 -04:00
common Reduce log level for ryu in OVS agent log 2016-09-12 07:35:50 +00:00
conf DHCP: remove deprecated config dhcp_lease_time 2016-09-08 04:18:09 -07:00
core_extensions Respond negatively to tenant detachment of enforced QoS policies 2016-05-16 21:54:15 +00:00
db Merge "Add retry decorator to provisioning blocks module" 2016-09-14 05:07:17 +00:00
debug Replace device owners hard coded strings to neutron_lib constants 2016-07-12 04:11:35 -04:00
extensions Accept and return project_id for API calls 2016-09-12 19:23:53 +00:00
hacking Prevent use filter(lambda obj: test(obj), data) 2016-09-14 16:23:32 +07:00
ipam Merge "Remove availability range code and model" 2016-09-14 02:14:46 +00:00
locale Imported Translations from Zanata 2016-08-19 07:27:43 +00:00
notifiers Use singleton for Nova notifier 2016-09-09 05:12:03 -07:00
objects Prevent use filter(lambda obj: test(obj), data) 2016-09-14 16:23:32 +07:00
pecan_wsgi Use singleton for Nova notifier 2016-09-09 05:12:03 -07:00
plugins Merge "Pass not IPDevice but port_name into OVSBridge's add_port()" 2016-09-13 21:24:55 +00:00
quota Merge "Mark quota operations as retriable" 2016-09-13 20:34:31 +00:00
scheduler Merge "Only schedule routers from drivers that need it" 2016-09-07 19:04:04 +00:00
server Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
services Merge "Preventing iptables rule to be thrashed" 2016-09-14 04:23:14 +00:00
tests Prevent use filter(lambda obj: test(obj), data) 2016-09-14 16:23:32 +07:00
__init__.py Hacking rule to check i18n usage 2016-03-30 21:28:37 -04:00
_i18n.py Move i18n to _i18n, as per oslo_i18n guidelines 2015-12-01 19:29:10 -07:00
auth.py Consume ConfigurableMiddleware from oslo_middleware 2015-10-08 17:59:43 +00:00
context.py Use context from_environ to load contexts 2016-07-12 13:49:41 +10:00
manager.py Pecan: bind attribute map to controllers 2016-05-26 06:13:53 +00:00
neutron_plugin_base_v2.py Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
opts.py Include [agent] extensions option into ovs/linuxbridge agent files 2016-08-24 16:41:03 +00:00
policy.py Prevent use filter(lambda obj: test(obj), data) 2016-09-14 16:23:32 +07:00
service.py Merge "Use dispose_pool() from oslo.db" 2016-08-26 22:03:41 +00:00
version.py
worker.py Remove notification for process event 2016-06-28 11:49:31 -07:00
wsgi.py Merge "Use dispose_pool() from oslo.db" 2016-08-26 22:03:41 +00:00