Remove neutronv2.api oslo.config.opt entry point

list_opts was moved from neutronv2.api to nova.conf.neutron
in 1b8b0834a0 so we can cleanup
this broken entry point.

Change-Id: Ie3e1b25b6a0117aed2f87d1fd6ecaab35201349f
This commit is contained in:
Matt Riedemann
2016-07-14 11:26:35 -04:00
parent 7f84c4e25e
commit 760826f302
-1
View File
@@ -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