Allow operators to customise rabbitmq plugins
TrivialFix Change-Id: I9659b25a8031237f56450ea363c6b78f4d99df52
This commit is contained in:
parent
624d300dc4
commit
e4f3e34e5d
@ -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/* \
|
|||||||
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
|
||||||
|
Loading…
Reference in New Issue
Block a user