Configuration Options¶
Senlin uses oslo.config to define and manage configuration options to allow the deployer to control many aspects of the service API and the service engine.
Options¶
-
senlin.conf.opts.
list_opts
()¶ Return a list of oslo.config options available.
The purpose of this function is to allow tools like the Oslo sample config file generator to discover the options exposed to users by this service. The returned list includes all oslo.config options which may be registered at runtime by the service api/engine.
This function is also discoverable via the ‘senlin.conf’ entry point under the ‘oslo.config.opts’ namespace.
- Returns
a list of (group_name, opts) tuples