From 6aaeaf00faa1f3d18f9a67e93bfd36ad7213640f Mon Sep 17 00:00:00 2001 From: Lance Bragstad Date: Thu, 23 Jan 2020 09:10:18 -0600 Subject: [PATCH] trivial: add spaces after punctuation in config help text This was rendering without proper spacing in between periods and new sentences. This commit updates the spacing so the sample undercloud.conf render with spacing between sentences. Change-Id: I9b20cf1332eb6e832f637db5ed465b7261105c08 --- tripleoclient/config/standalone.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/tripleoclient/config/standalone.py b/tripleoclient/config/standalone.py index 378c7a5cd..5ee4b3508 100644 --- a/tripleoclient/config/standalone.py +++ b/tripleoclient/config/standalone.py @@ -130,16 +130,16 @@ class StandaloneConfig(BaseConfig): cfg.StrOpt('net_config_override', default='', help=_( - 'Path to network config override template.' + 'Path to network config override template. ' 'Relative paths get computed inside of $HOME. ' - 'Must be in the json format.' + 'Must be in the json format. ' 'Its content overrides anything in t-h-t ' 'NetConfigOverride. The processed ' 'template is then passed in Heat via the ' 'generated parameters file created in ' 'output_dir and used to configure the networking ' 'via run-os-net-config. If you wish to disable ' - 'you can set this location to an empty file.' + 'you can set this location to an empty file. ' 'Templated for instack j2 tags ' 'may be used, ' 'for example:\n%s ') % NETCONFIG_TAGS_EXAMPLE