Merge "Fix missing oslo.log options in migration tool"

This commit is contained in:
Zuul 2024-06-05 14:11:02 +00:00 committed by Gerrit Code Review
commit 57b8d26e30

View File

@ -32,6 +32,7 @@ def setup_conf():
]
conf = cfg.CONF
conf.register_cli_opts(cli_opts)
logging.register_options(conf)
conf()