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
ec9a271e47
commit
306e609d7a
@ -220,6 +220,7 @@ rabbit_userid = {{ nova_rabbitmq_userid }}
|
||||
rabbit_password = {{ nova_rabbitmq_password }}
|
||||
rabbit_virtual_host = {{ nova_rabbitmq_vhost }}
|
||||
rabbit_hosts = {{ rabbitmq_servers }}
|
||||
rabbit_use_ssl = {{ rabbitmq_use_ssl }}
|
||||
|
||||
|
||||
[libvirt]
|
||||
|
Loading…
x
Reference in New Issue
Block a user