From: Rex Lee Date: Thu, 9 Mar 2017 01:25:03 +0000 (+0000) Subject: Merge "Bugfix: yardstick will create stacks with the same name when run using API... X-Git-Tag: danube.1.0~43 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=cd393f1255f09c836461be06edee7e950081fe7e;p=yardstick.git Merge "Bugfix: yardstick will create stacks with the same name when run using API in parallel" --- cd393f1255f09c836461be06edee7e950081fe7e diff --cc yardstick/dispatcher/influxdb.py index 5a5af003b,10fff4d1f..53af79c71 --- a/yardstick/dispatcher/influxdb.py +++ b/yardstick/dispatcher/influxdb.py @@@ -13,10 -13,8 +13,9 @@@ import loggin import os import time +import collections import requests import six - from oslo_config import cfg from oslo_serialization import jsonutils from third_party.influxdb.influxdb_line_protocol import make_lines