Update rabbit driver ssl config option

Update the ssl setting to default to the new oslomsg rpc variable.

Change-Id: I857d9630bb2db4933f6a650f622ebfdf21777e86
This commit is contained in:
Andrew Smith 2018-06-04 12:30:53 -04:00
parent d6f2028b62
commit 408055c486
1 changed files with 1 additions and 1 deletions

View File

@ -59,7 +59,7 @@ workers = {{ heat_api_workers | default(heat_api_threads) }}
bind_port = {{ heat_cfn_service_port }}
[oslo_messaging_rabbit]
ssl = {{ heat_rabbitmq_use_ssl }}
ssl = {{ heat_oslomsg_rpc_use_ssl }}
{% if heat_service_publicuri_proto != heat_service_internaluri_proto %}
[oslo_middleware]