oslo.limit uses oslo.config to define and manage configuration options to allow the deployer to control how an application uses the underlying quota limits and enforcement.
endpoint_id
¶string
<None>
The service’s endpoint id which is registered in Keystone.
cafile
¶string
<None>
PEM encoded Certificate Authority to use when verifying HTTPs connections.
certfile
¶string
<None>
PEM encoded client certificate cert file
keyfile
¶string
<None>
PEM encoded client certificate key file
insecure
¶boolean
False
Verify HTTPS connections.
timeout
¶integer
<None>
Timeout value for http requests
collect_timing
¶boolean
False
Collect per-API call timing information.
split_loggers
¶boolean
False
Log requests to multiple loggers.
auth_url
¶unknown type
<None>
Authentication URL
system_scope
¶unknown type
<None>
Scope for system operations
domain_id
¶unknown type
<None>
Domain ID to scope to
domain_name
¶unknown type
<None>
Domain name to scope to
project_id
¶unknown type
<None>
Project ID to scope to
project_name
¶unknown type
<None>
Project name to scope to
project_domain_id
¶unknown type
<None>
Domain ID containing project
project_domain_name
¶unknown type
<None>
Domain name containing project
trust_id
¶unknown type
<None>
ID of the trust to use as a trustee use
default_domain_id
¶unknown type
<None>
Optional domain ID to use with v3 and v2 parameters. It will be used for both the user and project domain in v3 and ignored in v2 authentication.
default_domain_name
¶unknown type
<None>
Optional domain name to use with v3 API and v2 parameters. It will be used for both the user and project domain in v3 and ignored in v2 authentication.
user_id
¶unknown type
<None>
User ID
username
¶unknown type
<None>
Username
Group |
Name |
---|---|
oslo_limit |
user-name |
oslo_limit |
user_name |
user_domain_id
¶unknown type
<None>
User’s domain id
user_domain_name
¶unknown type
<None>
User’s domain name
password
¶unknown type
<None>
User’s password
tenant_id
¶unknown type
<None>
Tenant ID
tenant_name
¶unknown type
<None>
Tenant Name
service_type
¶string
<None>
The default service_type for endpoint URL discovery.
service_name
¶string
<None>
The default service_name for endpoint URL discovery.
valid_interfaces
¶list
<None>
List of interfaces, in order of preference, for endpoint URL.
region_name
¶string
<None>
The default region_name for endpoint URL discovery.
endpoint_override
¶string
<None>
Always use this endpoint URL for requests for this client. NOTE: The unversioned endpoint should be specified here; to request a particular API version, use the version, min-version, and/or max-version options.
version
¶string
<None>
Minimum Major API version within a given Major API version for endpoint URL discovery. Mutually exclusive with min_version and max_version
min_version
¶string
<None>
The minimum major version of a given API, intended to be used as the lower bound of a range with max_version. Mutually exclusive with version. If min_version is given with no max_version it is as if max version is “latest”.
max_version
¶string
<None>
The maximum major version of a given API, intended to be used as the upper bound of a range with min_version. Mutually exclusive with version.
connect_retries
¶integer
<None>
The maximum number of retries that should be attempted for connection errors.
connect_retry_delay
¶floating point
<None>
Delay (in seconds) between two retries for connection errors. If not set, exponential retry starting with 0.5 seconds up to a maximum of 60 seconds is used.
status_code_retries
¶integer
<None>
The maximum number of retries that should be attempted for retriable HTTP status codes.
status_code_retry_delay
¶floating point
<None>
Delay (in seconds) between two retries for retriable status codes. If not set, exponential retry starting with 0.5 seconds up to a maximum of 60 seconds is used.
Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.