keystone/keystone/contrib
Dolph Mathews d9c6b50a3a Replace keystone.common.config with keystone.conf package
keystone.common.config is 1200+ lines of super dense, merge-conflict
prone, difficult to navigate, and finicky to maintain code. Let's follow
nova's lead and break it down into more manageable modules.

This patch creates a new Python package, keystone.conf, and moves all of
our configuration options into it, mirroring nova's nova.conf package.

There are a couple special modules in keystone.conf introduced here as
well:

- keystone.conf.__init__: This causes all of Keystone options to be
  registered on import, so consumers of keystone.conf don't have
  races with config initialization code while trying to use
  oslo_config.cfg.CONF directly (keystone.conf replaces all uses for
  oslo_config.cfg.CONF in keystone).

- keystone.conf.base: Keystone's [DEFAULT] group options. I'd prefer
  this to be called 'default.py', but I'm just copying nova's lead here.

- keystone.conf.opts: The entry point for oslo.config itself.

- keystone.conf.constants: There are a few constants (deprecation
  messages, default paths, etc) that are used by multiple configuration
  modules, so they need to live in a common place.

Change-Id: Ia3daffe3fef111b42de203762e966cd14d8927e2
2016-06-24 17:02:15 +00:00
..
admin_crud Move user and admin crud to core 2016-02-06 15:44:12 +00:00
ec2 Pass a request to controllers instead of a context 2016-06-08 14:56:52 +10:00
endpoint_filter Replace keystone.common.config with keystone.conf package 2016-06-24 17:02:15 +00:00
federation Move federation sql migrations to common 2015-11-18 15:13:34 +00:00
oauth1 Move oauth1 sql migrations to common 2015-11-18 15:13:56 +00:00
revoke remove KVS backend for keystone.contrib.revoke 2016-01-25 22:50:21 +00:00
s3 Fix D401 PEP8 violation. 2016-04-14 20:08:52 +00:00
simple_cert Deprecate simple_cert extension 2016-02-02 15:43:02 -08:00
user_crud Move user and admin crud to core 2016-02-06 15:44:12 +00:00
__init__.py establish basic structure 2012-01-18 20:06:27 -08:00