Daniel Bengtsson bbb9ab163b Fix concurrent access crash in _all_opt_infos()
This patch avoids the following error raised when configuration
options are modified (e.g. by registering or unregistering an opt)
during iteration in mutate_config_files() or related methods:

RuntimeError: dictionary changed size during iteration

The error was observed in Neutron after oslo.service was refactored
to use dynamic backends, slightly changing signal handling and restart timing.

We fix this by copying the values of the affected dicts before iterating,
ensuring the iteration is stable and thread-safe.

Closes-Bug: #2100001
Change-Id: Ic576f7031e07f5615cd1fbc157ddfbb89b61a130
2025-03-31 11:26:14 +02:00
2020-02-12 09:56:58 +00:00
2019-04-19 19:35:49 +00:00
2013-02-17 09:25:32 +00:00
2019-10-15 10:53:35 +08:00
2024-10-23 23:20:42 +09:00
2020-02-10 18:34:03 +01:00
2025-02-15 15:18:16 +09:00

Team and repository tags

image

Oslo Configuration Library

Latest Version

Downloads

The Oslo configuration API supports parsing command line arguments and .ini style configuration files.

Description
OpenStack library for config
Readme 12 MiB
Languages
Python 99.8%
Shell 0.2%