Miss oslo common option in kuryr config file

Add common_cli_opts in kuryr/opts.py so that we can config
log debug/verbose.

Change-Id: I0b4883379c60519ce8052234e3cf686c9f82c8f1
Closes-Bug: #1586574
This commit is contained in:
Liping Mao 2016-05-28 10:56:54 +08:00
parent 92eb3893ee
commit f2b06f68bb

View File

@ -23,6 +23,7 @@ from kuryr.common import config
_core_opts_with_logging = config.core_opts
_core_opts_with_logging += _options.common_cli_opts
_core_opts_with_logging += _options.logging_cli_opts
_core_opts_with_logging += _options.generic_log_opts