summaryrefslogtreecommitdiff
path: root/nova/console
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2017-01-19 00:17:35 +0000
committerGerrit Code Review <review@openstack.org>2017-01-19 00:17:36 +0000
commit065cd6a8d69c1ec862e5b402a3150131f35b2420 (patch)
tree52ac793413d3de7f3baf2dadd11d2bc9873b0845 /nova/console
parentda22e7234ad6aca59770d2d59457cfe09a54911f (diff)
parentecc8de8d6cccb06d7f4c8ecc144d37612ae1e9cc (diff)
downloadnova-065cd6a8d69c1ec862e5b402a3150131f35b2420.tar.gz
Merge "Integrate OSProfiler and Nova"
Diffstat (limited to 'nova/console')
-rw-r--r--nova/console/rpcapi.py2
1 files changed, 2 insertions, 0 deletions
diff --git a/nova/console/rpcapi.py b/nova/console/rpcapi.py
index e78260d628..3141a7bbfa 100644
--- a/nova/console/rpcapi.py
+++ b/nova/console/rpcapi.py
@@ -19,11 +19,13 @@ Client side of the console RPC API.
import oslo_messaging as messaging
import nova.conf
+from nova import profiler
from nova import rpc
CONF = nova.conf.CONF
+@profiler.trace_cls("rpc")
class ConsoleAPI(object):
'''Client side of the console rpc API.