Merge "Add oslo_log command options to magnum-db-manage"

This commit is contained in:
Zuul 2019-08-01 19:46:06 +00:00 committed by Gerrit Code Review
commit 267bee3a6d
1 changed files with 2 additions and 0 deletions

View File

@ -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')