Enable encryption for all RabbitMQ connections
This change enables encryption between OpenStack services and RabbitMQ by default. Closes-bug: 1509086 Change-Id: Ic95a556e001f66df935ea7db613b497b47062851
This commit is contained in:
parent
bddeff1791
commit
89fda33d18
@ -139,6 +139,7 @@ rabbit_userid = {{ keystone_rabbitmq_userid }}
|
||||
rabbit_password = {{ keystone_rabbitmq_password }}
|
||||
rabbit_virtual_host = {{ keystone_rabbitmq_vhost }}
|
||||
rabbit_hosts = {{ rabbitmq_servers }}
|
||||
rabbit_use_ssl = {{ rabbitmq_use_ssl }}
|
||||
|
||||
{% if keystone_sp is defined %}
|
||||
[federation]
|
||||
|
Loading…
x
Reference in New Issue
Block a user