Bump Monasca Fluentd output plugin

This resolves an issue where the previous version of the plugin
would fail to re-send buffered logs if a post to the Monasca Log
API failed. With this new version of the plugin, logs are correctly
buffered and resent.

Change-Id: Ic1d93a8ea5f2571edfacf50809d51a8b77959a73
This commit is contained in:
Doug Szumski 2019-06-19 12:06:00 +01:00 committed by caoyuan
parent 93ed9474b5
commit d7e6c28272
1 changed files with 1 additions and 1 deletions

View File

@ -93,7 +93,7 @@ RUN chmod 755 /usr/local/bin/kolla_extend_start
{{ macros.install_fluent_plugins(fluentd_plugins | customizable("plugins")) }}
# Build and install Fluentd output plugin for Monasca Log API
ARG monasca_output_plugin_tag=0.1.0
ARG monasca_output_plugin_tag=0.1.1
ARG monasca_output_plugin_url=https://github.com/monasca/fluentd-monasca/archive/$monasca_output_plugin_tag.tar.gz
ADD $monasca_output_plugin_url /tmp/fluentd-monasca.tar.gz
RUN tar -xvf /tmp/fluentd-monasca.tar.gz -C /tmp \