re-run the tool with latest version. Closes-Bug: #1638004 Change-Id: I13a4e53c403e189839d04a0376bc0db1cf0ef049
20 KiB
Configuration option = Default value | Description |
---|---|
[DEFAULT] | |
|
(String) Role used to identify an authenticated user as administrator. Provide a string value representing a Keystone role to identify an administrative user. Users with this role will be granted administrative privileges. The default value for this option is 'admin'. Possible values:
Related options:
|
|
(Boolean) Allow limited access to unauthenticated users. Assign a boolean to determine API access for unathenticated users. When set to False, the API cannot be accessed by unauthenticated users. When set to True, unauthenticated users can access the API with read-only privileges. This however only applies when using ContextMiddleware. Possible values:
Related options:
|
available_plugins = |
(List) A list of artifacts that are allowed in the format name or name-version. Empty list means that any artifact can be loaded. |
|
(Integer) Timeout for client connections' socket operations. Provide a valid integer value representing time in seconds to set the period of wait before an incoming connection can be closed. The default value is 900 seconds. The value zero implies wait forever. Possible values:
Related options:
|
|
(Boolean) Deploy the v1 OpenStack Images API. When this option is set to NOTES:
Possible values:
Related options:
|
|
(Boolean) Deploy the v1 API Registry service. When this option is set to NOTES:
Possible values:
Related options:
|
|
(Boolean) Deploy the v2 OpenStack Images API. When this option is set to NOTES:
Possible values:
Related options:
|
|
(Boolean) Deploy the v2 API Registry service. When this option is set to NOTES:
Possible values:
Related options:
|
|
(Boolean) Set keep alive option for HTTP over TCP. Provide a boolean value to determine sending of keep alive packets.
If set to This option must be set to Possible values:
Related options:
|
|
(Integer) Maximum size of image a user can upload in bytes. An image upload greater than the size mentioned here would result in an image creation failure. This configuration option defaults to 1099511627776 bytes (1 TiB). NOTES:
Possible values:
|
load_enabled = True |
(Boolean) When false, no artifacts can be loaded regardless of available_plugins. When true, artifacts can be loaded. |
|
(String) Strategy to determine the preference order of image locations. This configuration option indicates the strategy to determine the order in which an image's locations must be accessed to serve the image's data. Glance then retrieves the image data from the first responsive active location it finds in this list. This option takes one of two possible values
Possible values:
Related options:
|
|
(Integer) Maximum line size of message headers. Provide an integer value representing a length to limit the size of message headers. The default value is 16384. NOTE: Setting Possible values:
Related options:
|
|
(Integer) Limit the request ID length. Provide an integer value to limit the length of the request ID to the specified length. The default value is 64. Users can change this to any ineteger value between 0 and 16384 however keeping in mind that a larger value may flood the logs. Possible values:
Related options:
|
|
(Boolean) Set the image owner to tenant or the authenticated user. Assign a boolean value to determine the owner of an image. When set to True, the owner of the image is the tenant. When set to False, the owner of the image will be the authenticated user issuing the request. Setting it to False makes the image private to the associated user and sharing with other users within the same tenant (or "project") requires explicit image sharing via image membership. Possible values:
Related options:
|
|
(String) Public url endpoint to use for Glance/Glare versions response. This is the public url endpoint that will appear in the Glance/Glare "versions" response. If no value is specified, the endpoint that is displayed in the version's response is that of the host running the API service. Change the endpoint to represent the proxy URL if the API service is running behind a proxy. If the service is running behind a load balancer, add the load balancer's URL for this value. Possible values:
Related options:
|
secure_proxy_ssl_header = None |
(String) DEPRECATED: The HTTP header used to determine the scheme for the original request, even if it was removed by an SSL terminating proxy. Typical value is "HTTP_X_FORWARDED_PROTO". Use the http_proxy_to_wsgi middleware instead. |
|
(Boolean) Send headers received from identity when making requests to registry. Typically, Glance registry can be deployed in multiple flavors, which
may or may not include authentication. For example,
Provide a boolean value to determine whether to send the identity
headers to provide tenant and user information along with the requests
to registry service. By default, this option is set to
Possible values:
Related options:
|
|
(Boolean) DEPRECATED: Show all image locations when returning an image. This configuration option indicates whether to show all the image
locations when returning image details to the user. When multiple image
locations exist for an image, the locations are ordered based on the
location strategy indicated by the configuration opt
NOTES:
Possible values:
Related options:
|
|
(Integer) Set the wait time before a connection recheck. Provide a positive integer value representing time in seconds which is set as the idle wait time before a TCP keep alive packet can be sent to the host. The default value is 600 seconds. Setting Possible values:
Related options:
|
use_user_token = True |
(Boolean) DEPRECATED: Whether to pass through the user token when making requests to the registry. To prevent failures with token expiration during big files upload, it is recommended to set this parameter to False.If "use_user_token" is not in effect, then admin credentials can be specified. This option was considered harmful and has been deprecated in M release. It will be removed in O release. For more information read OSSN-0060. Related functionality with uploading big images has been implemented with Keystone trusts support. |
[glance_store] | |
|
(String) The default scheme to use for storing images. Provide a string value representing the default scheme to use for
storing images. If not set, Glance uses NOTE: The value given for this configuration option must be a valid
scheme for a store registered with the Possible values:
Related Options:
|
|
(Integer) Minimum interval in seconds to execute updating dynamic storage capabilities based on current backend status. Provide an integer value representing time in seconds to set the
minimum interval before an update of dynamic storage capabilities for a
storage backend can be attempted. Setting
By default, this option is set to zero and is disabled. Provide an integer value greater than zero to enable this option. NOTE: For more information on store capabilities and their updates, please visit: https://specs.openstack.org/openstack/glance-specs/specs/kilo/store-capabilities.html For more information on setting up a particular store in your deplyment and help with the usage of this feature, please contact the storage driver maintainers listed here: http://docs.openstack.org/developer/glance_store/drivers/index.html Possible values:
Related Options:
|
|
(List) List of enabled Glance stores. Register the storage backends to use for storing disk images as a
comma separated list. The default stores enabled for storing disk images
with Glance are Possible values:
Related Options:
|
[oslo_middleware] | |
enable_proxy_headers_parsing = False |
(Boolean) Whether the application is behind a proxy or not. This determines if the middleware should parse the headers or not. |
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 a SSL termination proxy. |
[paste_deploy] | |
|
(String) Name of the paste configuration file. Provide a string value representing the name of the paste configuration file to use for configuring piplelines for server application deployments. NOTES:
If no value is specified for this option, the Possible values:
Related Options:
|
|
(String) Deployment flavor to use in the server application pipeline. Provide a string value representing the appropriate deployment flavor used in the server application pipleline. This is typically the partial name of a pipeline in the paste configuration file with the service name removed. For example, if your paste section name in the paste configuration
file is [pipeline:glance-api-keystone], set Possible values:
Related Options:
|
[store_type_location_strategy] | |
|
(List) Preference order of storage backends. Provide a comma separated list of store names in the order in which
images should be retrieved from storage backends. These store names must
be registered with the NOTE: The Possible values:
Related options:
|