Current Series Release Notes¶
15.0.0-22¶
Upgrade Notes¶
Cyborg no longer uses eventlet. The eventlet dependency has been removed and Cyborg now uses the native threading backend for oslo.service and the threading RPC server. No configuration changes are required. Packagers should ensure that
oslo.service[threading]is installed as a dependency.
Bug Fixes¶
Fixed a crash in the PCI driver where discovery of devices with vendor IDs not present in the vendor map would raise an
AttributeError. The PCI driver now gracefully handles unknown vendors by skipping the vendor-specific trait and falling back to using the raw vendor ID as the driver name.