62093bfc85
Register a 'keystonemiddleware.auth_token' entry point in the oslo.config.opts namespace which, when called, returns a list of the configuration options which may be registered by the project at runtime. The idea here is that the sample config file generator can query this and include the returned options in the sample config file of any applications which use the middleware, e.g. currently the options were listed in 'keystone_authtoken' section for those major projects. Related-Change-Id: I15686708fc9460948a58cfea3d18dae40ba1fda9 Related-Change-Id: Ic28351258652d2ea38974e2f4d1aa6b1d3dd7192 Related-Change-Id: I76043b08e2872867e5af2a5ac902e4d092fda5c8 Related-Bug: #1300546 Change-Id: Iae31856d5886ee78786972d80c7c103c3460a2b3 Signed-off-by: Zhi Yan Liu <zhiyanl@cn.ibm.com>
56 lines
1.4 KiB
INI
56 lines
1.4 KiB
INI
[metadata]
|
|
name = keystonemiddleware
|
|
summary = Middleware for OpenStack Identity
|
|
description-file =
|
|
README.rst
|
|
author = OpenStack
|
|
author-email = openstack-dev@lists.openstack.org
|
|
home-page = http://launchpad.net/keystonemiddleware
|
|
classifier =
|
|
Environment :: OpenStack
|
|
Intended Audience :: Information Technology
|
|
Intended Audience :: System Administrators
|
|
License :: OSI Approved :: Apache Software License
|
|
Operating System :: POSIX :: Linux
|
|
Programming Language :: Python
|
|
Programming Language :: Python :: 2
|
|
Programming Language :: Python :: 2.7
|
|
Programming Language :: Python :: 2.6
|
|
Programming Language :: Python :: 3
|
|
Programming Language :: Python :: 3.3
|
|
|
|
[files]
|
|
packages =
|
|
keystonemiddleware
|
|
|
|
[global]
|
|
setup-hooks =
|
|
pbr.hooks.setup_hook
|
|
|
|
[entry_points]
|
|
oslo.config.opts =
|
|
keystonemiddleware.auth_token = keystonemiddleware.opts:list_auth_token_opts
|
|
|
|
[build_sphinx]
|
|
source-dir = doc/source
|
|
build-dir = doc/build
|
|
all_files = 1
|
|
|
|
[upload_sphinx]
|
|
upload-dir = doc/build/html
|
|
|
|
[compile_catalog]
|
|
directory = keystonemiddleware/locale
|
|
domain = keystonemiddleware
|
|
|
|
[update_catalog]
|
|
domain = keystonemiddleware
|
|
output_dir = keystonemiddleware/locale
|
|
input_file = keystonemiddleware/locale/keystonemiddleware.pot
|
|
|
|
[extract_messages]
|
|
keywords = _ gettext ngettext l_ lazy_gettext
|
|
mapping_file = babel.cfg
|
|
output_file = keystonemiddleware/locale/keystonemiddleware.pot
|
|
|