Merge "Fix ssl"

This commit is contained in:
Jenkins 2017-09-20 19:34:12 +00:00 committed by Gerrit Code Review
commit 1d9fb179e9

View File

@ -63,7 +63,7 @@ bind_port = {{ heat_cfn_service_port }}
bind_port = {{ heat_watch_port }}
[oslo_messaging_rabbit]
ssl = {{ rabbitmq_use_ssl }}
ssl = {{ heat_rabbitmq_use_ssl }}
{% if heat_service_publicuri_proto != heat_service_internaluri_proto %}
[oslo_middleware]