File: options.rst

package info (click to toggle)
python-oslo.config 1%3A8.3.3-1
  • links: PTS, VCS
  • area: main
  • in suites: bullseye
  • size: 1,192 kB
  • sloc: python: 10,740; makefile: 30; sh: 10
file content (24 lines) | stat: -rw-r--r-- 783 bytes parent folder | download | duplicates (3)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
========================================
 Configuration Options from oslo.config
========================================

When loading values from the sources defined by the following options, the
precedence is as follows:

#. Command Line
#. Environment Variables
#. Config Files from ``--config-dir`` [1]_
#. Config Files from ``--config-file``
#. Pluggable Config Sources

If a value is specified in multiple locations, the location used will be the
one higher in the list. For example, if a value is specified both on the
command line and in an environment variable, the value from the command line
will be the one returned.

.. [1] Files in a config dir are parsed in alphabetical order. Later files
       take precedence over earlier ones.

.. show-options::

   oslo.config