ironic-prometheus-exporter/ironic_prometheus_exporter/__init__.py

8 lines
126 B
Python

from oslo_config import cfg
from ironic_prometheus_exporter import messaging
CONF = cfg.CONF
messaging.register_opts(CONF)