Merge "Add oslo_log command options to magnum-db-manage"
This commit is contained in:
commit
267bee3a6d
@ -14,6 +14,7 @@
|
||||
"""Starter script for magnum-db-manage."""
|
||||
|
||||
from oslo_config import cfg
|
||||
from oslo_log import log as logging
|
||||
|
||||
from magnum.db import migration
|
||||
|
||||
@ -63,6 +64,7 @@ command_opt = cfg.SubCommandOpt('command',
|
||||
|
||||
|
||||
def main():
|
||||
logging.register_options(CONF)
|
||||
CONF.register_cli_opt(command_opt)
|
||||
|
||||
CONF(project='magnum')
|
||||
|
Loading…
Reference in New Issue
Block a user