]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix typo in solidfire driver option
authorTom Fifield <tom@openstack.org>
Wed, 1 Jul 2015 07:58:04 +0000 (15:58 +0800)
committerTom Fifield <tom@openstack.org>
Wed, 1 Jul 2015 07:58:04 +0000 (15:58 +0800)
As reported by Ed Balduf, the description of sf_account_prefix
had a simple typo in it, which this patch fixes.

Change-Id: Ib3864de0bdae6763810f3a5a40789ac1e5b0bbff
Co-Authored-By: Ed Balduf <ed.balduf@solidfire.com>
cinder/volume/drivers/solidfire.py

index fc677851f1fcd330d43bc5b1109286c4bcaeb988..fa32d54ee66fc59926362077b30f437ce5d57eda 100644 (file)
@@ -52,7 +52,7 @@ sf_opts = [
                default=None,
                help='Create SolidFire accounts with this prefix. Any string '
                     'can be used here, but the string \"hostname\" is special '
-                    'and will create a prefix using the cinder node hostsname '
+                    'and will create a prefix using the cinder node hostname '
                     '(previous default behavior).  The default is NO prefix.'),
 
     cfg.StrOpt('sf_template_account_name',