Ussuri Series Release Notes

8.0.4

New Features

8.0.0

Upgrade Notes

  • Support for Python 2.7 has been dropped. The minimum version of Python now supported is Python 3.6.

7.0.0

Upgrade Notes

  • Positional options are now required by default, to match argparse’s default behavior. To revert this behavior (and maintain optional positional arguments), you need to explicitly specify positional=True, required=False as part of the options definition.

Bug Fixes

  • On the command line, oslo.config now returns command usage information from argparse (instead of dumping a backtrace) when required arguments are missing.