aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/benchmark/contexts/heat.py
diff options
context:
space:
mode:
authorJing Lu <lvjing5@huawei.com>2017-04-06 07:01:18 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-04-06 07:01:18 +0000
commit9c7086ce2f23aa4dd47373208651ff1e560c41de (patch)
treed9b0fbe7c0b767035ebb6d9cfd9c14b3d9a7da02 /yardstick/benchmark/contexts/heat.py
parentc5a35bcde80df0dd367e40b9acd7f941b33dc4bc (diff)
parent221f4482bab3361cdb69161147e4d32d098d9a43 (diff)
Merge "Yardstick virtualenv support" into stable/danube
Diffstat (limited to 'yardstick/benchmark/contexts/heat.py')
-rw-r--r--yardstick/benchmark/contexts/heat.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/benchmark/contexts/heat.py b/yardstick/benchmark/contexts/heat.py
index 571a769eb..604df80d1 100644
--- a/yardstick/benchmark/contexts/heat.py
+++ b/yardstick/benchmark/contexts/heat.py
@@ -25,7 +25,7 @@ from yardstick.benchmark.contexts.model import PlacementGroup, ServerGroup
from yardstick.benchmark.contexts.model import Server
from yardstick.benchmark.contexts.model import update_scheduler_hints
from yardstick.orchestrator.heat import HeatTemplate, get_short_key_uuid
-from yardstick.definitions import YARDSTICK_ROOT_PATH
+from yardstick.common.constants import YARDSTICK_ROOT_PATH
LOG = logging.getLogger(__name__)