osprofiler/osprofiler
Tovin Seven 9986bababd Add kwargs to WsgiMiddleware __init__
Add kwargs to this __init__ method is a way
to avoid some extra keyword arguments in local_conf [1].

    @classmethod
    def factory(cls, global_conf, **local_conf):
        def filter_(app):
            return cls(app, **local_conf)
        return filter_

These extra keyword arguments
can cause this exception (in case of ceilometer):
    `__init__() got an unexpected keyword argument`

[1] https://git.openstack.org/cgit/openstack/osprofiler/tree/osprofiler/web.py#n91

Change-Id: I82e0db75ef9f84075289e360428c09ec68fb72d9
2018-01-02 06:24:28 +00:00
..
cmd Extend messaging driver to support reporting 2017-10-27 12:34:38 +02:00
drivers Extend messaging driver to support reporting 2017-10-27 12:34:38 +02:00
hacking Move hacking checks outside tests 2016-11-23 13:00:30 +05:30
tests Add functional test for Redis driver 2017-11-29 14:57:33 +01:00
__init__.py Remove old notifiers 2016-08-31 17:11:32 +03:00
_utils.py Use method constant_time_compare from oslo.utils 2016-10-27 03:28:32 +08:00
exc.py Add Log Insight driver 2016-11-07 15:30:52 +05:30
initializer.py Make dependency on oslo.messaging runtime only 2017-08-11 11:21:59 +02:00
notifier.py Add backward compatible drivers structure 2016-07-04 18:47:01 +03:00
opts.py Revert "Change list_opts to dictionary style" 2017-01-25 12:16:49 +00:00
profiler.py Add function/sql results to trace info 2017-08-07 15:56:08 +07:00
sqlalchemy.py Handle and report SQLAlchemy errors 2017-10-27 11:13:46 +02:00
web.py Add kwargs to WsgiMiddleware __init__ 2018-01-02 06:24:28 +00:00