From 4580ee9c51285443f1425b72d73aaca1f582a189 Mon Sep 17 00:00:00 2001 From: Eric Harney Date: Fri, 10 May 2013 14:16:54 -0400 Subject: [PATCH] Add missing spaces to iscsi_iotype help Missing spaces cause the auto-generated sample conf to not look right. Change-Id: I8e1b588d7cf18147aa403f0e7391f9c6ae390a6b --- cinder/volume/iscsi.py | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/cinder/volume/iscsi.py b/cinder/volume/iscsi.py index ff57276a7..574869707 100644 --- a/cinder/volume/iscsi.py +++ b/cinder/volume/iscsi.py @@ -51,9 +51,9 @@ iscsi_helper_opt = [cfg.StrOpt('iscsi_helper', ), cfg.StrOpt('iscsi_iotype', default='fileio', - help=('Sets the behavior of the iSCSI target to' - 'either perform blockio or fileio' - 'optionally, auto can be set and Cinder' + help=('Sets the behavior of the iSCSI target ' + 'to either perform blockio or fileio ' + 'optionally, auto can be set and Cinder ' 'will autodetect type of backing device') ) ] -- 2.45.2