Merge "Enable rabbitmq distro installation for distro scenario"

This commit is contained in:
Zuul 2024-05-15 18:56:31 +00:00 committed by Gerrit Code Review
commit e864cecc51

View File

@ -25,8 +25,7 @@ debug: True
install_method: "{{ bootstrap_host_install_method }}"
{% if bootstrap_host_install_method == 'distro' %}
galera_install_method: distro
# TODO: Uncomment that when galera patch lands to avoid circular dependency
# rabbitmq_install_method: distro
rabbitmq_install_method: distro
ceph_pkg_source: distro
{% endif %}