From 81540d1dacf4228e45e2784832bffb3cf4bc82c0 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 63a1265cc2cc..ddf0f49c7ecc 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