From 79b280479c864d7c0f16e6b9fffd30662f2394c6 Mon Sep 17 00:00:00 2001 From: Davanum Srinivas Date: Wed, 17 Jun 2015 17:19:49 -0400 Subject: Switch to oslo.service library Modules eventlet_backdoor, loopingcall, periodic_task, service, sslutils, systemd, threadgroup were removed from nova. These modules were imported from oslo.service library. Co-Authored-By: Marian Horban Depends-On: I305cf53bad6213c151395e93d656b53a8a28e1db Change-Id: Iaef67e16af3d69f845742f7bdcb43667bf1576ee --- setup.cfg | 3 --- 1 file changed, 3 deletions(-) (limited to 'setup.cfg') diff --git a/setup.cfg b/setup.cfg index e0327553fc..62194413ad 100644 --- a/setup.cfg +++ b/setup.cfg @@ -34,11 +34,8 @@ oslo.config.opts = nova.network = nova.network.opts:list_opts nova.scheduler = nova.scheduler.opts:list_opts nova.virt = nova.virt.opts:list_opts - nova.openstack.common.eventlet_backdoor = nova.openstack.common.eventlet_backdoor:list_opts nova.openstack.common.memorycache = nova.openstack.common.memorycache:list_opts - nova.openstack.common.periodic_task = nova.openstack.common.periodic_task:list_opts nova.openstack.common.policy = nova.openstack.common.policy:list_opts - nova.openstack.common.sslutils = nova.openstack.common.sslutils:list_opts nova.openstack.common.versionutils = nova.openstack.common.versionutils:list_opts nova.compute.resources = -- cgit v1.2.1