Merge "Fix missing oslo.log options in migration tool"
This commit is contained in:
commit
57b8d26e30
@ -32,6 +32,7 @@ def setup_conf():
|
|||||||
]
|
]
|
||||||
conf = cfg.CONF
|
conf = cfg.CONF
|
||||||
conf.register_cli_opts(cli_opts)
|
conf.register_cli_opts(cli_opts)
|
||||||
|
logging.register_options(conf)
|
||||||
conf()
|
conf()
|
||||||
|
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user