Remove whitespace from cfg options

This extra whitespace will cause warnings in the openstack-manuals,
thus remove it.

Change-Id: I36c0e0d8456bb78384620362b1c1cedb053c6a3c
This commit is contained in:
Andreas Jaeger 2013-10-10 20:51:51 +02:00
parent d951222c14
commit d2c36a81ec
2 changed files with 4 additions and 4 deletions

View 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'),

View File

@ -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)