Merge "Upgrade Fluentd Monasca plugin"

This commit is contained in:
Zuul 2020-07-29 18:40:51 +00:00 committed by Gerrit Code Review
commit 69092eb574
2 changed files with 6 additions and 1 deletions

View File

@ -104,7 +104,7 @@ RUN ln -s /bin/mkdir /usr/bin/mkdir
{% block fluentd_monasca_plugin_install %} {% block fluentd_monasca_plugin_install %}
# Build and install Fluentd output plugin for Monasca API # Build and install Fluentd output plugin for Monasca API
ARG monasca_output_plugin_tag=1.0.0 ARG monasca_output_plugin_tag=1.0.1
ARG monasca_output_plugin_url=https://github.com/monasca/fluentd-monasca/archive/$monasca_output_plugin_tag.tar.gz ARG monasca_output_plugin_url=https://github.com/monasca/fluentd-monasca/archive/$monasca_output_plugin_tag.tar.gz
RUN curl -sSL $monasca_output_plugin_url -o /tmp/fluentd-monasca.tar.gz \ RUN curl -sSL $monasca_output_plugin_url -o /tmp/fluentd-monasca.tar.gz \

View File

@ -0,0 +1,5 @@
---
fixes:
- |
Fixes an issue which can block the Monasca Fluentd output plugin.
`LP#1889065 <https://launchpad.net/bugs/1889065>`__