keystonemiddleware/keystonemiddleware
Zhi Yan Liu 62093bfc85 Expose an entry point to list auth_token middleware config options
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>
2014-07-02 13:23:09 -07:00
..
openstack Initial oslo-incubator sync 2014-06-19 16:05:30 -07:00
tests Expose an entry point to list auth_token middleware config options 2014-07-02 13:23:09 -07:00
__init__.py Moving middleware to new location 2014-06-19 15:50:41 -07:00
auth_token.py Privatize Everything 2014-07-02 09:32:03 -07:00
ec2_token.py Update middleware and tests for new package 2014-06-19 17:33:04 -07:00
memcache_crypt.py Moving middleware to new location 2014-06-19 15:50:41 -07:00
opts.py Expose an entry point to list auth_token middleware config options 2014-07-02 13:23:09 -07:00
s3_token.py Update middleware and tests for new package 2014-06-19 17:33:04 -07:00