Merge "Remove empty debug_opts"

This commit is contained in:
Jenkins 2016-11-29 15:47:31 +00:00 committed by Gerrit Code Review
commit eddb37115b

View File

@ -42,11 +42,7 @@ core_opts = [
deprecated_name='pybasedir',
help="Top-level directory for maintaining cinder's state"), ]
debug_opts = [
]
CONF.register_cli_opts(core_opts)
CONF.register_cli_opts(debug_opts)
global_opts = [
cfg.StrOpt('my_ip',