oslo.rootwrap/oslo_rootwrap
IWAMOTO Toshihiro 7711a6ce31 Protect rootwrap daemon socket against multiple threads
Wrap the call with eventlet.Semaphore. Simultaneous Client.execute
calls can fail badly. Alternatively, rootwrap daemon connections
could be made every time when Client.execute is called, without
using a semaphore.

Change-Id: Id9d38832c67f2d81d382cda797a48fee943a27f1
Closes-bug: #1654287
2017-11-10 13:55:26 +09:00
..
2015-11-26 21:00:29 +08:00