Remove empty debug_opts

This code was introduced with 'Initial fork of Nova' commit and I don't
know why it still exists.

Change-Id: Ic8f75a6281ba7393b9aa8a32add3e514b7e35516
This commit is contained in:
Ivan Kolodyazhny 2016-11-29 15:08:17 +02:00
parent 03f9de7fb7
commit 47c71f506f
1 changed files with 0 additions and 4 deletions

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',