From: Tom Fifield Date: Wed, 1 Jul 2015 07:58:04 +0000 (+0800) Subject: Fix typo in solidfire driver option X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=932c329fe24a869e3cd6d25e5cd9b9867c7ba12f;p=openstack-build%2Fcinder-build.git Fix typo in solidfire driver option 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 --- diff --git a/cinder/volume/drivers/solidfire.py b/cinder/volume/drivers/solidfire.py index fc677851f..fa32d54ee 100644 --- a/cinder/volume/drivers/solidfire.py +++ b/cinder/volume/drivers/solidfire.py @@ -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',