commit | 05e15b995a7082c6c3d6e801b572da14e31b40db | [log] [tgz] |
---|---|---|
author | koder aka kdanilov <kdanilov@mirantis.com> | Sun Feb 07 19:32:46 2016 +0200 |
committer | koder aka kdanilov <kdanilov@mirantis.com> | Sun Feb 07 19:32:46 2016 +0200 |
tree | 3b04f22810c0c33d13cbce650be1846250a292e9 | |
parent | 2be79a939a0b0ac02bab13af9a3571fb35bbd96c [diff] [blame] |
mitigate FUEL 8.0 incorrect auth_url error
diff --git a/wally/run_test.py b/wally/run_test.py index af317b3..f99f445 100755 --- a/wally/run_test.py +++ b/wally/run_test.py
@@ -365,7 +365,7 @@ creds.auth_url, True) - logger.debug(("OS_CREDS: user={0.name} tenant={0.tenant}" + + logger.debug(("OS_CREDS: user={0.name} tenant={0.tenant} " + "auth_url={0.auth_url} insecure={0.insecure}").format(creds)) return creds