From: Eric Harney Date: Fri, 10 May 2013 18:16:54 +0000 (-0400) Subject: Add missing spaces to iscsi_iotype help X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=4580ee9c51285443f1425b72d73aaca1f582a189;p=openstack-build%2Fcinder-build.git Add missing spaces to iscsi_iotype help Missing spaces cause the auto-generated sample conf to not look right. Change-Id: I8e1b588d7cf18147aa403f0e7391f9c6ae390a6b --- 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') ) ]