Restore rabbit driver ssl config option
The driver option is necessary as the transport_url query param override requires a value. Default will be to use the rpc setting and an update to the driver options will be needed to control ssl for RPC and Notify independently. Change-Id: I21afaefe4bc81aee13dc68cdb299333edea17667
This commit is contained in:
parent
47d7f58fe4
commit
573753fef6
@ -250,6 +250,7 @@ root_helper = sudo {{ neutron_bin }}/neutron-rootwrap {{ neutron_conf_dir }}/roo
|
||||
|
||||
# Messaging
|
||||
[oslo_messaging_rabbit]
|
||||
ssl = {{ neutron_oslomsg_rpc_use_ssl }}
|
||||
rpc_conn_pool_size = {{ neutron_rpc_conn_pool_size }}
|
||||
|
||||
# Notifications
|
||||
|
Loading…
Reference in New Issue
Block a user