From: Andreas Jaeger Date: Thu, 10 Oct 2013 18:51:51 +0000 (+0200) Subject: Remove whitespace from cfg options X-Git-Url: https://review.fuel-infra.org/gitweb?a=commitdiff_plain;h=d2c36a81ecdc9b01dad457b9f7a4b6d117033a59;p=openstack-build%2Fcinder-build.git Remove whitespace from cfg options This extra whitespace will cause warnings in the openstack-manuals, thus remove it. Change-Id: I36c0e0d8456bb78384620362b1c1cedb053c6a3c --- diff --git a/cinder/common/config.py b/cinder/common/config.py index 175ae77bd..634cbc905 100644 --- a/cinder/common/config.py +++ b/cinder/common/config.py @@ -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'), diff --git a/etc/cinder/cinder.conf.sample b/etc/cinder/cinder.conf.sample index af0cf84ae..c287f63ef 100644 --- a/etc/cinder/cinder.conf.sample +++ b/etc/cinder/cinder.conf.sample @@ -303,10 +303,10 @@ # 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)