From a11266be2260bddd6aea01a31db39ea6d294d722 Mon Sep 17 00:00:00 2001 From: zhufl Date: Tue, 12 Nov 2019 14:57:48 +0800 Subject: [PATCH] Add missing ws seperator between words This is to add missing ws seperator between words. Change-Id: I28a5da8809b9c8f2c0956af7bb4fbf82295668c6 --- ceilometer/monasca_opts.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ceilometer/monasca_opts.py b/ceilometer/monasca_opts.py index 2d9190f179..5f7a6e95c1 100644 --- a/ceilometer/monasca_opts.py +++ b/ceilometer/monasca_opts.py @@ -60,7 +60,7 @@ OPTS = [ help='Frequency of checking if batch criteria is met.'), cfg.BoolOpt('retry_on_failure', default=False, - help='Indicates whether publisher retries publishing' + help='Indicates whether publisher retries publishing ' 'sample in case of failure. Only a few error cases ' 'are queued for a retry.'), # NOTE: the retry interval is hard coded for the periodicals decorator