Files
deb-oslo.config/doc/source/index.rst
Mark McLoughlin 4f44b97017 Hook docstrings into the published docs
Fixes bug #1182842

We've always had pretty decent documentation coverage in the docstrings
but have never taken the time to hook them into the published docs.

This is a first-cut at doing that. There's plenty of rough edges, but
it's a good start.

Change-Id: I62a509e7d6e156e9b67e75bef9da68fbfc4601ac
2013-07-10 08:49:44 +01:00

2.2 KiB

oslo.config

An OpenStack library for parsing configuration options from the command line and configuration files.

Contents

cfg opts configopts helpers parser exceptions

Release Notes

1.2.0a3

  • 1176817: Fix the priority of CLI args vs config file values
  • 1123043: New 'choices' param to StrOpt constructor
  • cfg-reload-config-files: Add new ConfigOpts.reload_config_files() method
  • 1194742: Fix regression which meant we weren't registering our namespace package
  • 1185959: Make --help output order alphabetical
  • More progress on python3 support
  • Fix obscure cache clearing race condition
  • Move from tools/pip-requires to requirements.txt
  • Include missing .testr.conf in dist tarball

1.2.0a2

  • Fix MultiConfigParser API breakage in 1.2.0a1

1.2.0a1

  • Solid progress has been made adding Python 3 support.
  • cfg-lowercase-groups: uppercase section names in config files are now normalized to lowercase.
  • Support has been added for dictionary style options with the DictOpt class.
  • Multiple deprecated option names per option are now supported via the deprecated_opts argument.
  • The package build process now uses pbr.
  • The package tests are now run using testr.
  • The package coding style checks are now performed using hacking.

1.1.1

  • 1160922: Fix set_defaults() to handle multiple arguments
  • 1175096: Fix the title argument to OptGroup

Indices and tables

  • genindex
  • modindex
  • search