neutron/neutron/privileged
Rodolfo Alonso Hernandez 2a7030a6b7 Change ip_lib decorators order
Change the execution order of:
- @privileged.default.entrypoint
- @lockutils.synchronized("privileged-ip-lib")

"synchronized" decorator holds the execution of the function until
the lock is released. Using the current decorator ordering, this
active wait is done inside the privsep context. This can exhaust
the number of execution threads reserved for the privsep daemon.

Closes-Bug: #1833721

Change-Id: Ifcce954003e360f620f9131a36a08ab84cbe6193
2019-09-20 08:35:24 +00:00
..
agent Change ip_lib decorators order 2019-09-20 08:35:24 +00:00
__init__.py Kill all processes running in a namespace before deletion 2019-08-21 09:03:54 +00:00