
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>
8 lines
257 B
YAML
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.
|