Comment 0 for bug 1852602

Revision history for this message
TWENTY |20 (tw20) wrote : Config option to set [oslo_messaging_rabbit] rpc_conn_pool_size

Hi, because of performance issues, we want to set a higher value for rpc_conn_pool_size in /etc/neutron/neutron.conf

"
[oslo_messaging_rabbit]
rpc_conn_pool_size = 128 or 256 (default: 30)
"

This is for all neutron services, that's why this is also a requirement for the charms charm-neutron-openvswitch, charm-neutron-gateway and charm-neutron-api
(See also: link)

It would be great to have an option to set rpc_conn_pool_size.
Or is there a way to set this setting persistently after deployment?