Fix ssl
The value of ssl is {{ heat_rabbitmq_use_ssl }}, so fix it. Change-Id: I644e6393a9253f9f315c4c8d5ff0fe88006095a0
This commit is contained in:
parent
16f67fffeb
commit
bff87d973c
@ -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]
|
||||
|
Loading…
x
Reference in New Issue
Block a user