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:
parent
03f9de7fb7
commit
47c71f506f
@ -42,11 +42,7 @@ core_opts = [
|
|||||||
deprecated_name='pybasedir',
|
deprecated_name='pybasedir',
|
||||||
help="Top-level directory for maintaining cinder's state"), ]
|
help="Top-level directory for maintaining cinder's state"), ]
|
||||||
|
|
||||||
debug_opts = [
|
|
||||||
]
|
|
||||||
|
|
||||||
CONF.register_cli_opts(core_opts)
|
CONF.register_cli_opts(core_opts)
|
||||||
CONF.register_cli_opts(debug_opts)
|
|
||||||
|
|
||||||
global_opts = [
|
global_opts = [
|
||||||
cfg.StrOpt('my_ip',
|
cfg.StrOpt('my_ip',
|
||||||
|
Loading…
Reference in New Issue
Block a user