
The sphinx extension depends on all of the help text associated with an option being regular strings. When oslo_i18n's lazy translation feature is turned on, the marker functions return Message objects that do not support all of the features of strings. Add a step to turn off lazy evaluation when the oslo_context.sphinxext extension is activated. Change-Id: Icaec4691135cd07d96994f01498e0f9d2e09af58 Closes-Bug: #1605648 Signed-off-by: Doug Hellmann <doug@doughellmann.com>
Oslo Configuration Library
The Oslo configuration API supports parsing command line arguments and .ini style configuration files.
- License: Apache License, Version 2.0
- Documentation: http://docs.openstack.org/developer/oslo.config
- Source: http://git.openstack.org/cgit/openstack/oslo.config
- Bugs: http://bugs.launchpad.net/oslo.config
Description