From 75f99aaeadada56dfc974746cd83fec275133a3c Mon Sep 17 00:00:00 2001 From: liyin Date: Mon, 17 Jul 2017 17:45:38 +0800 Subject: Bug fix of Bottlenecks can't use CLI JIRA: BOTTLENECK-171 Bug fix of Bottlenecks can't use CLI to start test. Some docker-compose function delete to fit elk docker support. After this patch you could use bottlenecks testcase run posca_factor_ping to start this test. you also need to put the rc file to bottlenecks docker. Change-Id: I340e31185a499c81f9595a902df89d8f0ddf0cd3 Signed-off-by: liyin --- utils/env_prepare/quota_prepare.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'utils') diff --git a/utils/env_prepare/quota_prepare.py b/utils/env_prepare/quota_prepare.py index 850a46a4..24015954 100644 --- a/utils/env_prepare/quota_prepare.py +++ b/utils/env_prepare/quota_prepare.py @@ -48,7 +48,7 @@ def quota_env_prepare(): result = commands.getstatusoutput(cmd) if result[0] == 0: - LOG.info(result[1]) + LOG.info("Get %s project id is %s" % (tenant_name, result[1])) else: LOG.error("can't get openstack project id") return 1 -- cgit 1.2.3-korg