Configuration Options

Configuration Options

oslo.concurrency uses oslo.config to define and manage configuration options to allow the deployer to control how an application uses this library.

oslo_concurrency

disable_process_locking
Type

boolean

Default

False

Enables or disables inter-process locks.

Deprecated Variations

Group

Name

DEFAULT

disable_process_locking

lock_path
Type

string

Default

<None>

Directory to use for lock files. For security, the specified directory should only be writable by the user running the processes that need locking. Defaults to environment variable OSLO_LOCK_PATH. If external locks are used, a lock path must be set.

Deprecated Variations

Group

Name

DEFAULT

lock_path

Creative Commons Attribution 3.0 License

Except where otherwise noted, this document is licensed under Creative Commons Attribution 3.0 License. See all OpenStack Legal Documents.