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
This commit is contained in:
Davanum Srinivas
2015-06-17 17:19:49 -04:00
committed by Davanum Srinivas (dims)
parent a0923fc4e2
commit 79b280479c
30 changed files with 43 additions and 1410 deletions

View File

@@ -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 =