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