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: Icb2deb30b61c1b19c5573d025fa68342a3cf64e4
This commit is contained in:
Andrew Smith 2018-06-04 11:38:26 -04:00
parent c79e56d84f
commit fee62b8e46

View File

@ -236,6 +236,7 @@ lock_path = {{ nova_lock_path }}
[oslo_messaging_rabbit]
ssl = {{ nova_oslomsg_rpc_use_ssl }}
rpc_conn_pool_size = {{ nova_rpc_conn_pool_size }}