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.
string
<None>
The service’s endpoint id which is registered in Keystone.
string
<None>
PEM encoded Certificate Authority to use when verifying HTTPs connections.
string
<None>
PEM encoded client certificate cert file
string
<None>
PEM encoded client certificate key file
boolean
False
Verify HTTPS connections.
integer
<None>
Timeout value for http requests
boolean
False
Collect per-API call timing information.
boolean
False
Log requests to multiple loggers.
unknown type
<None>
Authentication URL
unknown type
<None>
Scope for system operations
unknown type
<None>
Domain ID to scope to
unknown type
<None>
Domain name to scope to
unknown type
<None>
Project ID to scope to
unknown type
<None>
Project name to scope to
unknown type
<None>
Domain ID containing project
unknown type
<None>
Domain name containing project
unknown type
<None>
ID of the trust to use as a trustee use
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.
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.
unknown type
<None>
User ID
unknown type
<None>
Username
Group |
Name |
---|---|
oslo_limit |
user-name |
oslo_limit |
user_name |
unknown type
<None>
User’s domain id
unknown type
<None>
User’s domain name
unknown type
<None>
User’s password
unknown type
<None>
Tenant ID
unknown type
<None>
Tenant Name
string
<None>
The default service_type for endpoint URL discovery.
string
<None>
The default service_name for endpoint URL discovery.
list
<None>
List of interfaces, in order of preference, for endpoint URL.
string
<None>
The default region_name for endpoint URL discovery.
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.
string
<None>
Minimum Major API version within a given Major API version for endpoint URL discovery. Mutually exclusive with min_version and max_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”.
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.
integer
<None>
The maximum number of retries that should be attempted for connection errors.
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.
integer
<None>
The maximum number of retries that should be attempted for retriable HTTP status codes.
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.