ironic.conf.opts module

ironic.conf.opts.list_opts()[source]

Return a list of oslo.config options available in Ironic code.

The returned list includes all oslo.config options. Each element of the list is a tuple. The first element is the name of the group, the second element is the options.

The function is discoverable via the ‘ironic’ entry point under the ‘oslo.config.opts’ namespace.

The function is used by Oslo sample config file generator to discover the options.

Returns:

a list of (group, options) tuples

ironic.conf.opts.update_opt_defaults()[source]