cd16e52be22aa203557b9a6be5c1b45977f690db
Add support for oslo_config.sphinxconfiggen extension to generate multiple sample files. Update existing config option config_generator_config_file to take a list of tuples containing the file names as (input, output). This retains support for the option refering to a single string, and using the sample_config_basename for the output file. After this change is release, update projects to always use the list of tuples, then remove sample_config_basename and the support for config_generator_config_file being a single string. Change-Id: Ifd3cea0f53d78358a3735375f25c89381cf65eea
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