Allow operators to customise rabbitmq plugins

TrivialFix

Change-Id: I9659b25a8031237f56450ea363c6b78f4d99df52
This commit is contained in:
Paul Bourke 2016-08-31 15:33:12 +01:00
parent 624d300dc4
commit e4f3e34e5d
1 changed files with 2 additions and 0 deletions

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