summaryrefslogtreecommitdiff
path: root/setup.cfg
diff options
context:
space:
mode:
authorDavanum Srinivas <davanum@gmail.com>2015-06-17 17:19:49 -0400
committerDavanum Srinivas (dims) <davanum@gmail.com>2015-07-11 02:54:42 +0000
commit79b280479c864d7c0f16e6b9fffd30662f2394c6 (patch)
tree7a3a2083cbea322c679f6cdcddd1af8da1f51f77 /setup.cfg
parenta0923fc4e27f10f3c1da2a6d0a544ac84a535a7a (diff)
downloadnova-79b280479c864d7c0f16e6b9fffd30662f2394c6.tar.gz
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 <mhorban@mirantis.com> Depends-On: I305cf53bad6213c151395e93d656b53a8a28e1db Change-Id: Iaef67e16af3d69f845742f7bdcb43667bf1576ee
Diffstat (limited to 'setup.cfg')
-rw-r--r--setup.cfg3
1 files changed, 0 insertions, 3 deletions
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 =