from ironic.conf import ipmi from ironic.conf import irmc from ironic.conf import keystone from ironic.conf import oneview from ironic.conf import seamicro from ironic.conf import snmp from ironic.conf import ssh from ironic.conf import swift from ironic.conf import virtualbox CONF = cfg.CONF cimc.register_opts(CONF) cisco_ucs.register_opts(CONF) conductor.register_opts(CONF) console.register_opts(CONF) database.register_opts(CONF) dhcp.register_opts(CONF) iboot.register_opts(CONF) ilo.register_opts(CONF) inspector.register_opts(CONF) ipmi.register_opts(CONF) irmc.register_opts(CONF) keystone.register_opts(CONF) oneview.register_opts(CONF) seamicro.register_opts(CONF) snmp.register_opts(CONF) ssh.register_opts(CONF) swift.register_opts(CONF) virtualbox.register_opts(CONF)
from ironic.conf import redfish from ironic.conf import service_catalog from ironic.conf import snmp from ironic.conf import swift from ironic.conf import xclarity CONF = cfg.CONF agent.register_opts(CONF) ansible.register_opts(CONF) api.register_opts(CONF) audit.register_opts(CONF) cinder.register_opts(CONF) cisco.register_opts(CONF) conductor.register_opts(CONF) console.register_opts(CONF) database.register_opts(CONF) default.register_opts(CONF) deploy.register_opts(CONF) drac.register_opts(CONF) dhcp.register_opts(CONF) glance.register_opts(CONF) healthcheck.register_opts(CONF) ilo.register_opts(CONF) inspector.register_opts(CONF) ipmi.register_opts(CONF) irmc.register_opts(CONF) iscsi.register_opts(CONF) json_rpc.register_opts(CONF) metrics.register_opts(CONF) metrics_statsd.register_opts(CONF)