ironic-inspector/ironic_inspector/common
Dmitry Tantsur 48a3bf605b
Cache openstacksdk Connections to avoid leaking memory
The current code never closes connection. Newer openstacksdk versions
register Connection.close with the atexit mechanism, so any connections
that are not explicitly closed stay in memory forever.

Change-Id: I18bbb460cbaa4f58f9e736c071571c38ced35892
2024-06-12 17:33:39 +02:00
..
__init__.py Rename discoverd -> inspector 2015-05-29 09:06:56 +02:00
context.py Add request context and policy enforcement 2017-10-13 11:55:52 +00:00
coordination.py Add leader election for periodic sync with ironic 2020-07-02 12:17:28 +02:00
i18n.py Remove translation of log messages Part-2 2017-03-28 01:53:40 +00:00
ironic.py Cache openstacksdk Connections to avoid leaking memory 2024-06-12 17:33:39 +02:00
keystone.py Expose baremetal-introspection endpoint via mdns 2019-05-22 13:58:55 +02:00
lldp_parsers.py Use latest version of python construct 2020-05-14 10:37:07 +02:00
lldp_tlvs.py [codespell] Fixing Spelling Mistakes 2024-01-25 21:22:07 +00:00
locking.py Stop using six library 2019-12-17 09:23:01 +01:00
rpc_service.py Wrap rpc server into oslo.service 2018-10-23 09:17:42 +08:00
rpc.py Use new get_rpc_client API from oslo.messaging 2023-01-19 21:05:00 +00:00
service_utils.py Update non-standalone job to use uwsgi 2019-08-31 10:01:59 +08:00
swift.py [codespell] Fixing Spelling Mistakes 2024-01-25 21:22:07 +00:00