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:
Andrew Smith 2018-06-04 11:22:59 -04:00
parent 47d7f58fe4
commit 573753fef6
1 changed files with 1 additions and 0 deletions

View File

@ -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