Merge "Use sysctl ini-like config file"

This commit is contained in:
Zuul
2022-02-11 18:38:02 +00:00
committed by Gerrit Code Review
7 changed files with 101 additions and 72 deletions

View File

@@ -0,0 +1,15 @@
---
features:
- |
New variables that provide better control over RabbitMQ management
interface have been implemented:
* rabbitmq_management_bind_tcp_port
* rabbitmq_management_bind_tls_port
* rabbitmq_management_ssl
upgrade:
- |
RabbitMQ was migrated to the new-style config, which resides in
``/etc/rabbitmq/rabbitmq.conf``. Old config ``rabbitmq.config`` will be
removed during upgrade.