Merge "Auto-detect the RPC executor instead of hardcoding eventlet"
This commit is contained in:
commit
92649ba27f
@ -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)
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user