From 7596c1f3d9c4f6a3827d92d3d610509fbb72b1cc Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 28 Jul 2016 18:15:13 -0400 Subject: [PATCH] Remove leftover list_opts entry points All remaining list_opts methods come from nova.conf.opts now so remove the last remaining unused (nonexistent) list_opts registrations. Change-Id: Idfc9c464bae828dd1d024369cb972401e52ac101 --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) diff --git a/setup.cfg b/setup.cfg index 599e8cbd15..af43ef9c26 100644 --- a/setup.cfg +++ b/setup.cfg @@ -26,10 +26,7 @@ packages = [entry_points] oslo.config.opts = - nova = nova.opts:list_opts nova.conf = nova.conf.opts:list_opts - nova.compute = nova.compute.opts:list_opts - nova.virt = nova.virt.opts:list_opts oslo.config.opts.defaults = nova.api = nova.common.config:set_middleware_defaults