Allow configuration of listening on non-ssl port
Deployers can override the `rabbitmq_disable_non_tls_listeners` variable, setting a value of `True` if they wish to enable this feature. Change-Id: I4fe39099dbe8973d2655845c19882c404d4f20b1
This commit is contained in:
@@ -86,6 +86,9 @@ rabbitmq_management_rates_mode: basic
|
||||
# Precompile RabbitMQ with HiPE
|
||||
rabbitmq_hipe_compile: False
|
||||
|
||||
# Disable non-TLS listeners
|
||||
rabbitmq_disable_non_tls_listeners: False
|
||||
|
||||
# RabbitMQ policies
|
||||
# Used to tune performance characteristics of OpenStack messaging
|
||||
#
|
||||
|
||||
Reference in New Issue
Block a user