From 47c71f506f89610be095017f056509c17ad89c1a Mon Sep 17 00:00:00 2001 From: Ivan Kolodyazhny Date: Tue, 29 Nov 2016 15:08:17 +0200 Subject: [PATCH] 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 --- cinder/common/config.py | 4 ---- 1 file changed, 4 deletions(-) diff --git a/cinder/common/config.py b/cinder/common/config.py index 9ec9a73cdf5..9a987d14966 100644 --- a/cinder/common/config.py +++ b/cinder/common/config.py @@ -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',