Merge "Bugfix: yardstick will create stacks with the same name when run using API...
authorRex Lee <limingjiang@huawei.com>
Thu, 9 Mar 2017 01:25:03 +0000 (01:25 +0000)
committerGerrit Code Review <gerrit@opnfv.org>
Thu, 9 Mar 2017 01:25:03 +0000 (01:25 +0000)
1  2 
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