Merge "Auto-detect the RPC executor instead of hardcoding eventlet"

This commit is contained in:
Zuul 2025-05-13 21:50:19 +00:00 committed by Gerrit Code Review
commit 92649ba27f

View File

@ -134,7 +134,6 @@ def get_server(target, endpoints, serializer=None):
return messaging.get_rpc_server(TRANSPORT,
target,
endpoints,
executor='eventlet',
serializer=serializer,
access_policy=access_policy)