Merge "Enable rabbitmq_management plugin" into stable/queens

This commit is contained in:
Zuul 2019-08-09 01:34:19 +00:00 committed by Gerrit Code Review
commit d1af1c66a8
2 changed files with 12 additions and 0 deletions

View File

@ -156,6 +156,12 @@ outputs:
# TODO(jaosorior): Remove this once we set a proper default in
# puppet-tripleo
tripleo::profile::base::rabbitmq::enable_internal_tls: {get_param: EnableInternalTLS}
rabbitmq::collect_statistics_interval: 30000
rabbitmq::management_enable: true
rabbitmq::use_config_file_for_plugins: true
rabbitmq::management_ip_address: 127.0.0.1
rabbitmq::config_management_variables:
rates_mode: none
-
if:
- internal_tls_enabled

View File

@ -0,0 +1,6 @@
---
features:
- |
The RabbitMQ management plugin (``rabbitmq_management``) is now enabled.
By default RabbitMQ managment is available on port 15672 on the localhost
(``127.0.0.1``) interface.