The keystone.common.config Module

keystone.common.config.configure()
keystone.common.config.register_bool(*args, **kw)
keystone.common.config.register_cli_bool(*args, **kw)
keystone.common.config.register_cli_int(*args, **kw)
keystone.common.config.register_cli_list(*args, **kw)
keystone.common.config.register_cli_str(*args, **kw)
keystone.common.config.register_int(*args, **kw)
keystone.common.config.register_list(*args, **kw)
keystone.common.config.register_str(*args, **kw)
keystone.common.config.setup_authentication()
keystone.common.config.setup_logging(conf)

Sets up the logging options for a log with supplied name

Parameters:conf – a cfg.ConfOpts object

Previous topic

The keystone.common.cms Module

Next topic

The keystone.common.controller Module

This Page