Code Review
/
yardstick.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
4d36bbf
)
fix heatclient import
01/38701/1
author
Ross Brattain
<ross.b.brattain@intel.com>
Thu, 3 Aug 2017 20:18:00 +0000
(13:18 -0700)
committer
Ross Brattain
<ross.b.brattain@intel.com>
Thu, 3 Aug 2017 20:20:00 +0000
(13:20 -0700)
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 <ross.b.brattain@intel.com>
yardstick/orchestrator/heat.py
patch
|
blob
|
history
diff --git
a/yardstick/orchestrator/heat.py
b/yardstick/orchestrator/heat.py
index
beb63b4
..
bf6593d
100644
(file)
--- 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