Skip to content
Snippets Groups Projects
Commit 7b8e851e authored by Jenkins's avatar Jenkins Committed by Gerrit Code Review
Browse files

Merge "Allow operators to customise rabbitmq plugins"

parents e37314aa e4f3e34e
No related branches found
No related tags found
No related merge requests found
...@@ -28,6 +28,7 @@ MAINTAINER {{ maintainer }} ...@@ -28,6 +28,7 @@ MAINTAINER {{ maintainer }}
{% endif %} {% endif %}
{% block rabbitmq_install_plugins %}
# NOTE(sdake): the /bin/true unblocks the rabbitmq-plugins tool. Not sure how # 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 # or why. My suspicion is it sends a signal to the parent
# process. # process.
...@@ -37,6 +38,7 @@ RUN rm -rf /var/lib/rabbitmq/* \ ...@@ -37,6 +38,7 @@ RUN rm -rf /var/lib/rabbitmq/* \
rabbitmq_management \ rabbitmq_management \
rabbitmq_clusterer \ rabbitmq_clusterer \
&& /bin/true && /bin/true
{% endblock %}
COPY extend_start.sh /usr/local/bin/kolla_extend_start COPY extend_start.sh /usr/local/bin/kolla_extend_start
COPY rabbitmq_sudoers /etc/sudoers.d/kolla_rabbitmq_sudoers COPY rabbitmq_sudoers /etc/sudoers.d/kolla_rabbitmq_sudoers
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment