From: Ross Brattain Date: Thu, 3 Aug 2017 20:18:00 +0000 (-0700) Subject: fix heatclient import X-Git-Tag: opnfv-5.0.RC1~308 X-Git-Url: https://gerrit.opnfv.org/gerrit/gitweb?a=commitdiff_plain;h=72778951d6b8968f562fb8fefa02a57159ea1b83;p=yardstick.git fix heatclient import for some reason, maybe apexlake, we didn't do the correct import we need to import heatclient.client directly Change-Id: I682c88ae780845adb0b5aa898390697197e3af5d Signed-off-by: Ross Brattain --- diff --git a/yardstick/orchestrator/heat.py b/yardstick/orchestrator/heat.py index beb63b421..bf6593d45 100644 --- a/yardstick/orchestrator/heat.py +++ b/yardstick/orchestrator/heat.py @@ -21,7 +21,7 @@ import logging import socket import time -import heatclient +import heatclient.client import pkg_resources from oslo_utils import encodeutils