Gauvain Pocentek cce63f68aa [config-ref] Tables update
Change-Id: Ia766f93b9ce5b1560ebe37da65bd70be61a0fdd1
2016-03-19 08:34:45 +01:00

4.3 KiB

Description of API configuration options
Configuration option = Default value Description
[DEFAULT]
admin_network_config_group = None (String) If share driver requires to setup admin network for share, then define network plugin config options in some separate config group and set its name here. Used only with another option 'driver_handles_share_servers' set to 'True'.
admin_network_id = None (String) ID of neutron network used to communicate with admin network, to create additional admin export locations on.
admin_subnet_id = None (String) ID of neutron subnet used to communicate with admin network, to create additional admin export locations on. Related to 'admin_network_id'.
api_paste_config = api-paste.ini (String) File name for the paste.deploy config for manila-api.
api_rate_limit = True (Boolean) Whether to rate limit the API.
enable_v1_api = False (Boolean) Deploy v1 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
enable_v2_api = False (Boolean) Deploy v2 of the Manila API. This option is deprecated, is not used, and will be removed in a future release.
max_header_line = 16384 (Integer) 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).
osapi_max_limit = 1000 (Integer) The maximum number of items returned in a single response from a collection resource.
osapi_share_base_URL = None (String) Base URL to be presented to users in links to the Share API
osapi_share_ext_list = (List) Specify list of extensions to load when using osapi_share_extension option with manila.api.contrib.select_extensions.
osapi_share_extension = manila.api.contrib.standard_extensions (List) The osapi share extensions to load.
osapi_share_listen = :: (String) IP address for OpenStack Share API to listen on.
osapi_share_listen_port = 8786 (Unknown) Port for OpenStack Share API to listen on.
osapi_share_workers = 1 (Integer) Number of workers for OpenStack Share API service.
share_api_class = manila.share.api.API (String) The full class name of the share API class to use.
volume_api_class = manila.volume.cinder.API (String) The full class name of the Volume API class to use.
volume_name_template = manila-share-%s (String) Volume name template.
volume_snapshot_name_template = manila-snapshot-%s (String) Volume snapshot name template.
[oslo_middleware]
max_request_body_size = 114688 (Integer) The maximum body size for each request, in bytes.
secure_proxy_ssl_header = X-Forwarded-Proto (String) DEPRECATED: 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]
policy_default_rule = default (String) Default rule. Enforced when a requested rule is not found.
policy_dirs = ['policy.d'] (Multi-valued) 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_file = policy.json (String) The JSON file that defines policies.