Missing spaces cause the auto-generated sample conf to not look
right.
Change-Id: I8e1b588d7cf18147aa403f0e7391f9c6ae390a6b
),
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')
)
]