neutron/neutron
Nate Johnston 2ae3916212 L2 Agent Extensions handle unimplemented methods
If an L2 agent extension does not implement the handle_port or delete_port
methods, we should check for that using hasattr() beforehand rather than
catching any AttributeErrors.  This is based on a conversation related to
identical code in the L3 agent extensions:
https://review.openstack.org/#/c/339246/15/neutron/agent/l3/l3_agent_extensions_manager.py@44

Change-Id: Ic0c5133a9f49c39f1f446328beb3e0ca7eb85095
2016-08-19 19:13:08 +00:00
..
agent L2 Agent Extensions handle unimplemented methods 2016-08-19 19:13:08 +00:00
api Merge "Broken extensions should not show up in the extension list" 2016-08-19 11:39:59 +00:00
callbacks Merge "Add a callback registry event for the init process - before spawning" 2016-08-18 03:38:34 +00:00
cmd Add a space after openvswitch error message 2016-08-03 13:48:26 -05:00
common Fixed neutron-db-manage without neutron/tests installed 2016-08-15 06:31:13 +00:00
conf Switch to pluggable IPAM implementation 2016-08-17 03:12:32 -06:00
core_extensions Respond negatively to tenant detachment of enforced QoS policies 2016-05-16 21:54:15 +00:00
db Merge "Relocate AddressScope DB model" 2016-08-19 10:35:21 +00:00
debug Replace device owners hard coded strings to neutron_lib constants 2016-07-12 04:11:35 -04:00
extensions Merge "Revert "Publish segment id in port responses"" 2016-08-19 10:17:55 +00:00
hacking Fix check_asserttruefalse syntax validator 2016-08-11 13:49:47 +00:00
ipam Avoid IPAM driver reusing a session that has been rolled back 2016-08-12 15:53:57 +00:00
locale Imported Translations from Zanata 2016-07-17 08:11:06 +00:00
notifiers Consider baremetal device_owner as compute for nova notify 2016-08-05 08:34:22 +00:00
objects Relocate AddressScope DB model 2016-08-17 14:43:44 -07:00
pecan_wsgi Merge "Refactoring config options for common config opts" 2016-07-29 19:32:50 +00:00
plugins Add agent-side driver scaffolding for trunk functionality 2016-08-18 12:10:22 +00:00
quota Use db_api.retry_db_errors in quota engine 2016-07-18 22:48:19 -06:00
scheduler Merge "DHCP Auto Scheduling for routed provider networks" 2016-08-05 09:14:37 +00:00
server Revert "Revert "Remove threading before process forking"" 2016-06-02 21:26:08 +00:00
services Merge "Revert "Publish segment id in port responses"" 2016-08-19 10:17:55 +00:00
tests Merge "Broken extensions should not show up in the extension list" 2016-08-19 11:39:59 +00: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 New engine facade from oslo_db: Step 1 2016-05-04 11:19:15 +03: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 Merge "Refactoring security group config options" 2016-08-17 04:36:21 +00:00
policy.py Use constants from neutron-lib 2016-04-23 21:23:56 -04:00
service.py Add a callback registry event for the init process - before spawning 2016-07-31 08:59:10 +00:00
version.py
worker.py Remove notification for process event 2016-06-28 11:49:31 -07:00
wsgi.py Check content type by completely match instead of partial match 2016-08-12 08:33:14 +00:00