summaryrefslogtreecommitdiff
path: root/openstackclient/compute
diff options
context:
space:
mode:
authorJenkins <jenkins@review.openstack.org>2014-07-11 18:22:06 +0000
committerGerrit Code Review <review@openstack.org>2014-07-11 18:22:06 +0000
commitbc6495c6a19abb67a9af9bc94e82e6c12b1a7b83 (patch)
tree367c6f6c359ebed491cefae63ceabf8ddbe55093 /openstackclient/compute
parent70283744a04f868072edc0a31fe49a3122c4bc6e (diff)
parent4844a257790deef231176557776754dde929f840 (diff)
downloadpython-openstackclient-bc6495c6a19abb67a9af9bc94e82e6c12b1a7b83.tar.gz
Merge "Add basic timing support"
Diffstat (limited to 'openstackclient/compute')
-rw-r--r--openstackclient/compute/client.py4
1 files changed, 3 insertions, 1 deletions
diff --git a/openstackclient/compute/client.py b/openstackclient/compute/client.py
index 36391c6d..dc50507e 100644
--- a/openstackclient/compute/client.py
+++ b/openstackclient/compute/client.py
@@ -57,7 +57,9 @@ def make_client(instance):
service_type=API_NAME,
# FIXME(dhellmann): what is service_name?
service_name='',
- http_log_debug=http_log_debug)
+ http_log_debug=http_log_debug,
+ timings=instance.timing,
+ )
# Populate the Nova client to skip another auth query to Identity
if instance._url: