File: eventlet-removal-1bd8c6c2d5f8a765.yaml

package info (click to toggle)
ironic-python-agent 11.2.0-2
  • links: PTS, VCS
  • area: main
  • in suites: forky, sid
  • size: 4,508 kB
  • sloc: python: 36,248; sh: 60; makefile: 29
file content (6 lines) | stat: -rw-r--r-- 286 bytes parent folder | download
1
2
3
4
5
6
fixes:
  - |
    Eventlet support in OpenStack is deprecated, and the oslo libraries used
    by Ironic Python Agent is deprecating support for eventlet in 2026.2.
    This change removes the use of eventlet directly and ensures none of our
    libraries are using eventlet-based code.