neutron/neutron/callbacks
Cedric Brandily 792afbfab2 Fix has_registry_receivers when super.__new__ is object.__new__
This change updates has_registry_receivers implementation in order to
call super.__new__ without args, kwargs parameters if super.__new__ is
object.__new__ (which forbids args, kwargs parameters). Without this fix
decorated class instantiation with positional or/and keyword arguments
fail.

Change-Id: I25880f6142f294fdde9db7f453d5e649c79029d0
2017-03-01 20:39:32 +01:00
..
__init__.py Add callbacks-based system to Neutron 2015-02-25 06:11:59 -08:00
events.py openvswitch agent: add OVS_RESTARTED event 2017-01-19 13:48:28 +01:00
exceptions.py Fix deprecation warnings 2016-08-26 22:16:06 -04:00
manager.py Only log IDs of callbacks in debug message 2017-02-13 05:30:23 -08:00
registry.py Fix has_registry_receivers when super.__new__ is object.__new__ 2017-03-01 20:39:32 +01:00
resources.py Routed networks IPv4 inventory in Nova GRP 2017-01-20 15:32:35 -06:00