Fix image/label name typo in stats

Change-Id: Ibd75b0ef169d6a3cc2a1ebfbea54139dfa28dedc
This commit is contained in:
James E. Blair 2014-03-28 15:12:11 -07:00
parent 9d4e56ff57
commit 7bfda82c6b

View File

@ -116,7 +116,7 @@ class NodeCompleteThread(threading.Thread):
statsd.incr(key + '.builds')
# nodepool.job.tempest.master.devstack-precise
key += '.%s' % node.image_name
key += '.%s' % node.label_name
statsd.timing(key + '.runtime', dt)
statsd.incr(key + '.builds')