From adf6a02bae295455f584ebab762592dd57e2422c Mon Sep 17 00:00:00 2001 From: liyin Date: Wed, 7 Mar 2018 03:47:28 +0000 Subject: bottlenecks offiline support JIRA: BOTTLENECK-224 This patch for bottlenecks support offiline. By use some offiline image rather than yardstick env prepare. This will solve some problem happened in yardstick image builder. Change-Id: I62b6606570c2ea6ce365212c79777af01c47c9a6 Signed-off-by: liyin --- utils/infra_setup/heat/manager.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils/infra_setup/heat') diff --git a/utils/infra_setup/heat/manager.py b/utils/infra_setup/heat/manager.py index 5c181ae6..1a360b78 100644 --- a/utils/infra_setup/heat/manager.py +++ b/utils/infra_setup/heat/manager.py @@ -35,7 +35,7 @@ def _get_neutron_client(): return neutron_client -def stack_create_images( +def create_images( imagefile=None, image_name="bottlenecks_image"): print "========== Create image in OS ==========" -- cgit 1.2.3-korg