The value of ssl is {{ heat_rabbitmq_use_ssl }}, so fix it.

Change-Id: I644e6393a9253f9f315c4c8d5ff0fe88006095a0
This commit is contained in:
ZhongShengping 2017-09-18 11:04:30 +08:00
parent 16f67fffeb
commit bff87d973c
1 changed files with 1 additions and 1 deletions

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]