Revert "Switch networking-sfc job to be run with eventlet"

This reverts commit c1fe2269e529ef8de9fb3ffc597494537ae6ad40.

Reason for revert: The issue reported and fixed in the related
patch is addressed and solved in [1][2].

[1]https://bugs.launchpad.net/neutron/+bug/2077790
[2]https://review.opendev.org/c/openstack/neutron/+/926922

Depends-On: https://review.opendev.org/c/openstack/neutron/+/926922

Change-Id: I483f0b36e2a00afee5e95c54659e0f831be63732
Closes-Bug: #2068727
Related-Bug: #2077790
diff --git a/zuul.d/master_jobs.yaml b/zuul.d/master_jobs.yaml
index c190906..4277087 100644
--- a/zuul.d/master_jobs.yaml
+++ b/zuul.d/master_jobs.yaml
@@ -1183,9 +1183,7 @@
         Q_ML2_TENANT_NETWORK_TYPE: vxlan
         Q_ML2_PLUGIN_MECHANISM_DRIVERS: openvswitch
         NETWORK_API_EXTENSIONS: "{{ (network_api_extensions_common + network_api_extensions_sfc) | join(',') }}"
-        # TODO(slaweq): Switch it back to be deployed with mod_wsgi as soon as
-        # bug with RPC worker will be resolved
-        NEUTRON_DEPLOY_MOD_WSGI: false
+        NEUTRON_DEPLOY_MOD_WSGI: true
       # TODO(bcafarel): tests still fail from time to time in parallel
       # https://bugs.launchpad.net/neutron/+bug/1851500
       # https://bugs.launchpad.net/networking-sfc/+bug/1660366