Comment 11 for bug 1708389

Revision history for this message
OpenStack Infra (hudson-openstack) wrote : Fix merged to neutron (master)

Reviewed: https://review.openstack.org/555608
Committed: https://git.openstack.org/cgit/openstack/neutron/commit/?id=2f98f56cb5fc0e5400bdb4173c752e0e92c702f5
Submitter: Zuul
Branch: master

commit 2f98f56cb5fc0e5400bdb4173c752e0e92c702f5
Author: Nguyen Phuong An <email address hidden>
Date: Wed Mar 21 09:47:23 2018 +0700

    Allow neutron-api load config from WSGI process

    neutron-api needs to load config files when deployed under
    WSGI process. This patch will do this. neutron-rpc-server
    also need to be aware of plugin extension.

    uWSGI seems not happy with eventlet.GreenPool. So this patch
    will switch to futurist.ThreadPoolExcutor for ML2 OVO push
    notification.

    Partially-implements: blueprint run-in-wsgi-server

    Change-Id: Ia2659c9c8f1deeceefc1c75f1149a1e47c91e7a9
    Closes-Bug: #1708389