From 9a8f89e852f0b81adbac4ec41247d835b91ebc93 Mon Sep 17 00:00:00 2001 From: Matt Riedemann Date: Fri, 17 Jun 2016 17:43:58 -0400 Subject: [PATCH] Remove the nova.compute.resources entrypoint This was the entrypoint namespace for compute resources which was deprecated in mitaka under 649decbaadb1064448ae0a6d25be30fab2451bb4 and removed in newton 49d9433c62d74f6ebdcf0832e3a03e544b1d6c83 so we should also remove the entrypoint. Change-Id: Idaed7291ab6c3ab122edabfd3d614f42d469a34f --- setup.cfg | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.cfg b/setup.cfg index 63a1265cc..ddf0f49c7 100644 --- a/setup.cfg +++ b/setup.cfg @@ -38,7 +38,6 @@ oslo.config.opts.defaults = nova.compute.monitors.cpu = virt_driver = nova.compute.monitors.cpu.virt_driver:Monitor -nova.compute.resources = nova.image.download.modules = file = nova.image.download.file