Merge "Delete the duplicated default_config_files defiend"

This commit is contained in:
Zuul 2018-02-22 01:45:36 +00:00 committed by Gerrit Code Review
commit 18320fdfdf
1 changed files with 0 additions and 2 deletions

View File

@ -527,11 +527,9 @@ _COMMON = [
def config(args=[]):
CONF.register_opts(_COMMON)
CONF.register_cli_opts(_COMMON)
default_conf = None
log.register_options(CONF)
CONF(args=args,
project='freezer',
default_config_files=default_conf,
version=FREEZER_VERSION)