From 573753fef659931384273f32cdcc22faf5451e32 Mon Sep 17 00:00:00 2001 From: Andrew Smith Date: Mon, 4 Jun 2018 11:22:59 -0400 Subject: [PATCH] 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 --- templates/neutron.conf.j2 | 1 + 1 file changed, 1 insertion(+) diff --git a/templates/neutron.conf.j2 b/templates/neutron.conf.j2 index 568343bc..83d25a7e 100644 --- a/templates/neutron.conf.j2 +++ b/templates/neutron.conf.j2 @@ -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