keystone.server package¶
Submodules¶
keystone.server.common module¶
keystone.server.wsgi module¶
-
keystone.server.wsgi.
find_paste_config
()[source]¶ Find Keystone’s paste.deploy configuration file.
Keystone’s paste.deploy configuration file is specified in the
[paste_deploy]
section of the main Keystone configuration file,keystone.conf
.For example:
[paste_deploy] config_file = keystone-paste.ini
Returns: The selected configuration filename Raises: exception.ConfigFileNotFound