mirror of
https://opendev.org/x/pyghmi
synced 2025-01-16 04:38:19 +00:00
Jarrod Johnson
9dadfe0efe
Stop waiting on logout during atexit
During atexit time, do not wait for BMCs to acknowledge logout. This is generally a waste of time and can cause things like eventlet to complain since atexit won't exit in a coordinated way with greenthread context Change-Id: I295215614ee6a20ce63f5a9ac37bbe3d9b2d9848
This is a pure python implementation of IPMI protocol. ipmictl.py is a sample application to roughly show the most simple approach to invoking the library.
Description
Languages
Python
99.9%
Shell
0.1%