Merge "Allow operators to customise rabbitmq plugins"

This commit is contained in:
Jenkins 2016-08-31 17:29:13 +00:00 committed by Gerrit Code Review
commit 7b8e851e97

View File

@ -28,6 +28,7 @@ MAINTAINER {{ maintainer }}
{% endif %}
{% block rabbitmq_install_plugins %}
# NOTE(sdake): the /bin/true unblocks the rabbitmq-plugins tool. Not sure how
# or why. My suspicion is it sends a signal to the parent
# process.
@ -37,6 +38,7 @@ RUN rm -rf /var/lib/rabbitmq/* \
rabbitmq_management \
rabbitmq_clusterer \
&& /bin/true
{% endblock %}
COPY extend_start.sh /usr/local/bin/kolla_extend_start
COPY rabbitmq_sudoers /etc/sudoers.d/kolla_rabbitmq_sudoers