From d2c36a81ecdc9b01dad457b9f7a4b6d117033a59 Mon Sep 17 00:00:00 2001 From: Andreas Jaeger Date: Thu, 10 Oct 2013 20:51:51 +0200 Subject: [PATCH] Remove whitespace from cfg options This extra whitespace will cause warnings in the openstack-manuals, thus remove it. Change-Id: I36c0e0d8456bb78384620362b1c1cedb053c6a3c --- cinder/common/config.py | 4 ++-- etc/cinder/cinder.conf.sample | 4 ++-- 2 files changed, 4 insertions(+), 4 deletions(-) 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) -- 2.45.2