diff --git a/example.conf b/example.conf index cde721c3c..eae628a36 100644 --- a/example.conf +++ b/example.conf @@ -115,16 +115,3 @@ # DEPRECATED: use add_ports. (boolean value) #ports_for_inactive_interfaces = false - - -[edeploy] - -# -# From ironic_discoverd.plugins.edeploy -# - -# (string value) -#lockname = /var/lock/discoverd.lock - -# (string value) -#configdir = /etc/edeploy diff --git a/setup.py b/setup.py index 6cb3c37fd..30d3ceb72 100644 --- a/setup.py +++ b/setup.py @@ -51,7 +51,6 @@ setup( ], 'oslo.config.opts': [ "ironic_discoverd = ironic_discoverd.conf:list_opts", - "ironic_discoverd.plugins.edeploy = ironic_discoverd.plugins.edeploy:list_opts", ], }, classifiers = [ diff --git a/tox.ini b/tox.ini index 84858c8d4..cc051f44a 100644 --- a/tox.ini +++ b/tox.ini @@ -42,5 +42,4 @@ commands = commands = oslo-config-generator \ --output-file example.conf \ - --namespace ironic_discoverd \ - --namespace ironic_discoverd.plugins.edeploy + --namespace ironic_discoverd