promenade/promenade/options.py

6 lines
75 B
Python

from oslo_config import cfg
OPTIONS = []
cfg.CONF.register_opts(OPTIONS)