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:
Andrey
2017-01-12 14:47:59 -06:00
committed by Travis Truman
parent c9016f22a5
commit 84d75078cf
3 changed files with 9 additions and 0 deletions

View File

@@ -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
#