]> review.fuel-infra Code Review - openstack-build/cinder-build.git/commitdiff
Remove whitespace from cfg options
authorAndreas Jaeger <aj@suse.de>
Thu, 10 Oct 2013 18:51:51 +0000 (20:51 +0200)
committerAndreas Jaeger <aj@suse.de>
Thu, 10 Oct 2013 19:07:48 +0000 (21:07 +0200)
This extra whitespace will cause warnings in the openstack-manuals,
thus remove it.

Change-Id: I36c0e0d8456bb78384620362b1c1cedb053c6a3c

cinder/common/config.py
etc/cinder/cinder.conf.sample

index 175ae77bd972e5fadf6d6b4097ddcd82daa0fa5a..634cbc9056fbbeb35615445d3b2fccc24ea6e640 100644 (file)
@@ -129,10 +129,10 @@ global_opts = [
                help='the topic volume backup nodes listen on'),
     cfg.BoolOpt('enable_v1_api',
                 default=True,
-                help=_("Deploy v1 of the Cinder API. ")),
+                help=_("Deploy v1 of the Cinder API.")),
     cfg.BoolOpt('enable_v2_api',
                 default=True,
-                help=_("Deploy v2 of the Cinder API. ")),
+                help=_("Deploy v2 of the Cinder API.")),
     cfg.BoolOpt('api_rate_limit',
                 default=True,
                 help='whether to rate limit the api'),
index af0cf84ae63db551466225291fae010cf1c7dd3e..c287f63ef905a8702092bbe794ce4f42f33d1c89 100644 (file)
 # the topic volume backup nodes listen on (string value)
 #backup_topic=cinder-backup
 
-# Deploy v1 of the Cinder API.  (boolean value)
+# Deploy v1 of the Cinder API. (boolean value)
 #enable_v1_api=true
 
-# Deploy v2 of the Cinder API.  (boolean value)
+# Deploy v2 of the Cinder API. (boolean value)
 #enable_v2_api=true
 
 # whether to rate limit the api (boolean value)