Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
= api-paste.ini (StrOpt) File name for the paste.deploy config for manila-api.
= True (BoolOpt) Whether to rate limit the API.
= False (BoolOpt) Deploy v1 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
= False (BoolOpt) Deploy v2 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
= 16384 (IntOpt) Maximum line size of message headers to be accepted. Option max_header_line may need to be increased when using large tokens (typically those generated by the Keystone v3 API with big service catalogs).
= 1000 (IntOpt) The maximum number of items returned in a single response from a collection resource.
= None (StrOpt) Base URL to be presented to users in links to the Share API
= (ListOpt) Specify list of extensions to load when using osapi_share_extension option with manila.api.contrib.select_extensions.
= ['manila.api.contrib.standard_extensions'] (MultiStrOpt) The osapi share extension to load.
= :: (StrOpt) IP address for OpenStack Share API to listen on.
= 8786 (IntOpt) Port for OpenStack Share API to listen on.
= 1 (IntOpt) Number of workers for OpenStack Share API service.
= manila.share.api.API (StrOpt) The full class name of the share API class to use.
= manila.volume.cinder.API (StrOpt) The full class name of the Volume API class to use.
= manila-share-%s (StrOpt) Volume name template.
= manila-snapshot-%s (StrOpt) Volume snapshot name template.
[oslo_middleware]
= 114688 (IntOpt) The maximum body size for each request, in bytes.
= X-Forwarded-Proto (StrOpt) The HTTP Header that will be used to determine what the original request protocol scheme was, even if it was hidden by an SSL termination proxy.
[oslo_policy]
= default (StrOpt) Default rule. Enforced when a requested rule is not found.
= ['policy.d'] (MultiStrOpt) Directories where policy configuration files are stored. They can be relative to any directory in the search path defined by the config_dir option, or absolute paths. The file defined by policy_file must exist for these directories to be searched. Missing or empty directories are ignored.
= policy.json (StrOpt) The JSON file that defines policies.