]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Fix a typo in sf_template_account_name help
authorRomain Hardouin <romain.hardouin@cloudwatt.com>
Thu, 12 Mar 2015 20:14:05 +0000 (21:14 +0100)
committerRomain Hardouin <romain.hardouin@cloudwatt.com>
Thu, 12 Mar 2015 20:16:29 +0000 (21:16 +0100)
Note: the config reference documentation for operators is auto
generated from Cinder sources.

Change-Id: I8ba5609acc512965fb38b02086127395d910e8c3
Closes-Bug: #1431543

cinder/volume/drivers/solidfire.py

index 0a1e093997ec0384b211e6e0448d0f4e04bab343..27d0d0829e5f97c7efff25a4d0e67e86b28c0234 100644 (file)
@@ -56,7 +56,7 @@ sf_opts = [
     cfg.StrOpt('sf_template_account_name',
                default='openstack-vtemplate',
                help='Account name on the SolidFire Cluster to use as owner of '
-                    'template/cache volumes (created if doesnt exist).'),
+                    'template/cache volumes (created if does not exist).'),
 
     cfg.BoolOpt('sf_allow_template_caching',
                 default=True,