oslo.rootwrap/oslo_rootwrap
Rodolfo Alonso Hernandez ee39ce31af Avoid raising a RuntimeError during the shutdown
When the client stops, sends a shutdown command to the root daemon.
If the socket is still in use, it will return a RuntimeError and
stop the code execution.

Instead of this, this exception is now captured and the shutdown
command re-executed up to 3 times. In case of not succeeding, the
process will continue the client shutdown.

Change-Id: I0302b49e38523d6170be407d4563928cfcc3c1a3
Closes-Bug: #1878222
2020-05-13 15:21:33 +00:00
..
tests Update hacking for Python3 2020-04-02 15:05:26 +02:00
__init__.py Fix Python 3 support for eventlet monkey-patching 2015-10-13 21:51:47 +02:00
client.py Avoid raising a RuntimeError during the shutdown 2020-05-13 15:21:33 +00:00
cmd.py Always close all passed in fds beyond sensible_fd_limit on launch 2019-03-23 11:30:30 +01:00
daemon.py Allow rootwrap-daemon to timeout and exit 2017-03-02 10:58:04 +09:00
filters.py Implement "realpath" to retrieve the real absolute path 2020-02-21 15:28:23 +00:00
jsonrpc.py Update hacking for Python3 2020-04-02 15:05:26 +02:00
version.py pbr.version.VersionInfo needs package name (oslo.xyz and not oslo_xyz) 2017-02-06 12:49:21 -05:00
wrapper.py Update hacking version 2019-03-06 22:39:45 +08:00