From 760826f302bc79531dede79fe046e47970bace5e Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Thu, 14 Jul 2016 11:26:35 -0400 Subject: [PATCH] Remove neutronv2.api oslo.config.opt entry point list_opts was moved from neutronv2.api to nova.conf.neutron in 1b8b0834a07b857ffd9b743e89caf9b604d7f609 so we can cleanup this broken entry point. Change-Id: Ie3e1b25b6a0117aed2f87d1fd6ecaab35201349f --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index cbb71f66c9..a53350a38d 100644 --- a/setup.cfg +++ b/setup.cfg @@ -29,7 +29,6 @@ oslo.config.opts = nova = nova.opts:list_opts nova.conf = nova.conf.opts:list_opts nova.compute = nova.compute.opts:list_opts - nova.network.neutronv2 = nova.network.neutronv2.api:list_opts nova.virt = nova.virt.opts:list_opts nova.cache_utils = nova.cache_utils:list_opts