Files
mistral/releasenotes/notes/oslo-rpc-executor-deletion-c8e38a7c74478d96.yaml
Arnaud M 81c32801ff Get rid of oslo_rpc_executor option
The only valid option for engine rpc executor is now threading.

Change-Id: I722b9f1ff091bef7df282afadd15cd3b3872d040
Signed-off-by: Arnaud M <arnaud.morin@gmail.com>
Co-Authored-By: Hervé Beraud <hberaud@redhat.com>
2025-09-04 00:03:31 +02:00

8 lines
257 B
YAML

---
upgrade:
- |
The ``oslo_rpc_executor`` option is removed.
If you were explicitly setting ``oslo_rpc_executor = threading`` in your
configuration, you can safely remove this setting as threading is now the
only supported executor type.