Remove osprofiler module which is unnecessary

This commit is contained in:
yanyanhu 2015-03-02 01:43:45 -05:00
parent 88a069a54b
commit 9197c56a6b
2 changed files with 0 additions and 4 deletions

View File

@ -13,7 +13,6 @@
from oslo_config import cfg
from oslo_log import log as logging
import oslo_messaging
from osprofiler import profiler
from senlin.common import consts
from senlin.common.i18n import _LI
@ -23,7 +22,6 @@ from senlin.openstack.common import service
LOG = logging.getLogger(__name__)
@profiler.trace_cls("rpc")
class Dispatcher(service.Service):
'''Listen on an AMQP queue named for the engine.

View File

@ -18,7 +18,6 @@ from oslo_config import cfg
from oslo_log import log as logging
import oslo_messaging
from oslo_utils import uuidutils
from osprofiler import profiler
from senlin.common import consts
from senlin.common import context
@ -73,7 +72,6 @@ def request_context(func):
return wrapped
@profiler.trace_cls("rpc")
class EngineService(service.Service):
'''Manages the running instances from creation to destruction.