Description of configuration options for api
Configuration option=Default value Description
api_paste_config=api-paste.ini (StrOpt) File name for the paste.deploy config for cinder-api
api_rate_limit=True (BoolOpt) whether to rate limit the api
backdoor_port=None (IntOpt) port for eventlet backdoor to listen
enable_v1_api=True (BoolOpt) Deploy v1 of the Cinder API.
enable_v2_api=True (BoolOpt) Deploy v2 of the Cinder API.
osapi_max_limit=1000 (IntOpt) the maximum number of items returned in a single response from a collection resource
osapi_max_request_body_size=114688 (IntOpt) Max size for body of a request
osapi_volume_base_URL=None (StrOpt) Base URL that will be presented to users in links to the OpenStack Volume API
osapi_volume_ext_list= (ListOpt) Specify list of extensions to load when using osapi_volume_extension option with cinder.api.contrib.select_extensions
osapi_volume_extension=['cinder.api.contrib.standard_extensions'] (MultiStrOpt) osapi volume extension to load
transfer_api_class=cinder.transfer.api.API (StrOpt) The full class name of the volume transfer API class
volume_api_class=cinder.volume.api.API (StrOpt) The full class name of the volume API class to use