The keystone.config Module

keystone.config.register_bool(*args, **kw)
keystone.config.register_cli_bool(*args, **kw)
keystone.config.register_cli_int(*args, **kw)
keystone.config.register_cli_list(*args, **kw)
keystone.config.register_cli_str(*args, **kw)
keystone.config.register_int(*args, **kw)
keystone.config.register_list(*args, **kw)
keystone.config.register_str(*args, **kw)
keystone.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.wsgi Module

Next topic

The keystone.contrib.access.core Module

This Page