DescriptionKashyap Chamarthy
2016-10-14 09:33:14 UTC
+++ This bug was initially created as a clone of Bug #1383415 +++
Security fixes in Nova, Cinder, and Glance require support for prlimit in oslo.concurrency.
The following changes need to be backported:
d65d931 processutils: add support for missing process limits
e33f64f Add prlimit parameter to execute()
There is no such oslo.concurrency library in OSP 5: it was part of each service (nova, cinder, glance, etc.) as <project>/openstack/common/processutils.py. The fix should be made directly in each component.
Comment 2Kashyap Chamarthy
2016-10-14 14:16:10 UTC
(In reply to Victor Stinner from comment #1)
> There is no such oslo.concurrency library in OSP 5: it was part of each
> service (nova, cinder, glance, etc.) as
> <project>/openstack/common/processutils.py. The fix should be made directly
> in each component.
Yep, you're totally right. I briefly forgot for a moment yet that it wasn't yet a separate library yet.