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:
committed by
Davanum Srinivas (dims)
parent
a0923fc4e2
commit
79b280479c
@@ -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 =
|
||||
|
||||
Reference in New Issue
Block a user