You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Monasca-log-agent fails to start if there is not connection to keystone (#14)
The purpose of this commit is to provide mechanism for monasca-log-agent
to wait for keystone service for determined amount of times instead of
failing at first try.
Copy file name to clipboardexpand all lines: logstash-output-monasca_log_api.gemspec
+1-1
Original file line number
Diff line number
Diff line change
@@ -1,6 +1,6 @@
1
1
Gem::Specification.newdo |s|
2
2
s.name='logstash-output-monasca_log_api'
3
-
s.version='2.0.0'
3
+
s.version='2.0.1'
4
4
s.licenses=['Apache-2.0']
5
5
s.summary='This gem is a logstash output plugin to connect via http to monasca-log-api.'
6
6
s.description='This gem is a logstash plugin required to be installed on top of the Logstash core pipeline using $LS_HOME/bin/plugin install gemname. This gem is not a stand-alone program'
0 commit comments