e233fc58da
Define a config_source option that can be used to specify the alternative sources that require drivers to load configuration settings. Co-Authored-By: Moises Guimaraes de Medeiros <moguimar@redhat.com> Change-Id: Ibd5a6d306bb98d30d973dfe3604dcc0691d2e369 Blueprint: oslo-config-drivers Signed-off-by: Doug Hellmann <doug@doughellmann.com>
40 lines
1.0 KiB
INI
40 lines
1.0 KiB
INI
[metadata]
|
|
name = oslo.config
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
summary = Oslo Configuration API
|
|
description-file =
|
|
README.rst
|
|
home-page = https://docs.openstack.org/oslo.config/latest/
|
|
classifier =
|
|
Development Status :: 5 - Production/Stable
|
|
Environment :: OpenStack
|
|
Intended Audience :: Developers
|
|
Intended Audience :: Information Technology
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: OS Independent
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.5
|
|
|
|
[files]
|
|
packages =
|
|
oslo_config
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
console_scripts =
|
|
oslo-config-generator = oslo_config.generator:main
|
|
oslo.config.opts =
|
|
oslo.config = oslo_config._list_opts:list_opts
|
|
oslo.config.driver =
|
|
remote_file = oslo_config.sources._uri:URIConfigurationSourceDriver
|
|
|
|
[wheel]
|
|
universal = 1
|