From 72778951d6b8968f562fb8fefa02a57159ea1b83 Mon Sep 17 00:00:00 2001 From: Ross Brattain Date: Thu, 3 Aug 2017 13:18:00 -0700 Subject: 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 --- yardstick/orchestrator/heat.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 -- cgit 1.2.3-korg