70c5b67df3
Move the public API out of oslo.config to oslo_config. Retain the ability to import from the old namespace package for backwards compatibility for this release cycle. bp/drop-namespace-packages Change-Id: I56274336802036de050efc62eb2ee6b5d4ede77b
12 lines
225 B
ReStructuredText
12 lines
225 B
ReStructuredText
------------
|
|
File Parsing
|
|
------------
|
|
|
|
.. autoclass:: oslo_config.iniparser.BaseParser
|
|
|
|
.. autoclass:: oslo_config.cfg.ConfigParser
|
|
:members: parse
|
|
|
|
.. autoclass:: oslo_config.cfg.MultiConfigParser
|
|
:members: read, get
|