From ddbd64bc1601d756139928d60cf7016a76fc8945 Mon Sep 17 00:00:00 2001 From: zhufl Date: Thu, 18 Apr 2019 17:21:48 +0800 Subject: [PATCH] Add missing ws seperator between words This is to add missing ws seperator between words in config help text. Change-Id: I22f96cf13b4d3221d24503580584fb25fa64b836 --- cinder/volume/drivers/nexenta/options.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cinder/volume/drivers/nexenta/options.py b/cinder/volume/drivers/nexenta/options.py index 912478b8d76..1fae9253aed 100644 --- a/cinder/volume/drivers/nexenta/options.py +++ b/cinder/volume/drivers/nexenta/options.py @@ -137,7 +137,7 @@ NEXENTA_ISCSI_OPTS = [ help='NexentaStor target portal groups'), cfg.StrOpt('nexenta_iscsi_target_portals', default='', - help='Comma separated list of portals for NexentaStor5, in' + help='Comma separated list of portals for NexentaStor5, in ' 'format of IP1:port1,IP2:port2. Port is optional, ' 'default=3260. Example: 10.10.10.1:3267,10.10.1.2'), cfg.StrOpt('nexenta_iscsi_target_host_group',