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:
3 changed files with 9 additions and 0 deletions
@@ -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
Blocking a user prevents them from interacting with repositories, such as opening or commenting on pull requests or issues. Learn more about blocking a user.