aboutsummaryrefslogtreecommitdiffstats
path: root/yardstick/common
diff options
context:
space:
mode:
authorRex Lee <limingjiang@huawei.com>2017-02-14 07:27:40 +0000
committerGerrit Code Review <gerrit@opnfv.org>2017-02-14 07:27:40 +0000
commit523e002f3e8af341c9f13e626fa0f91ee2c33074 (patch)
treeb8aae1249d77d099893d31a12435a10d885113aa /yardstick/common
parent43482092ebb75d9f3c5659a2133b99aeefc017d9 (diff)
parent4c2ad1b3d6f51da2c6ab4b46e48bd054758496a7 (diff)
Merge "more logging fixes"
Diffstat (limited to 'yardstick/common')
-rw-r--r--yardstick/common/openstack_utils.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/yardstick/common/openstack_utils.py b/yardstick/common/openstack_utils.py
index e351d16d3..5026e819d 100644
--- a/yardstick/common/openstack_utils.py
+++ b/yardstick/common/openstack_utils.py
@@ -65,7 +65,7 @@ def get_credentials():
creds.update({"insecure": "True", "https_insecure": "True"})
if not os.path.isfile(cacert):
log.info("WARNING: The 'OS_CACERT' environment variable is set\
- to %s but the file does not exist." % cacert)
+ to %s but the file does not exist.", cacert)
return creds