diff --git a/container-images/tripleo_kolla_template_overrides.j2 b/container-images/tripleo_kolla_template_overrides.j2 index a868fa21c..06f4fb723 100644 --- a/container-images/tripleo_kolla_template_overrides.j2 +++ b/container-images/tripleo_kolla_template_overrides.j2 @@ -513,6 +513,10 @@ RUN mkdir -p /openstack && \ chmod a+rx /openstack/healthcheck {% endblock %} +{% block rabbitmq_install_plugins %} +# External rabbitmq plugins installation is disabled +{% endblock %} + {% set rabbitmq_packages_append = [ 'pacemaker', 'pacemaker-remote', 'pcs', 'libqb', 'resource-agents'] %} {% block rabbitmq_footer %}