summaryrefslogtreecommitdiff
path: root/tempest/common/credentials_factory.py
diff options
context:
space:
mode:
authorKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>2016-04-23 14:55:14 -0700
committerKen'ichi Ohmichi <ken-oomichi@wx.jp.nec.com>2016-04-23 14:55:14 -0700
commitd266584a2bf321a53a01c68c0911d3346b377858 (patch)
treeac68fee708ca86ae74bf4db75def1b004a5820bc /tempest/common/credentials_factory.py
parent79a71acee6bd1df24bd5b38bdc5bcd5ff421cc8d (diff)
downloadtempest-d266584a2bf321a53a01c68c0911d3346b377858.tar.gz
Fix error message about credential
TrivialFix Change-Id: I530ad1511f550d681d7aad480b34c3391ada38fb
Diffstat (limited to 'tempest/common/credentials_factory.py')
-rw-r--r--tempest/common/credentials_factory.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/tempest/common/credentials_factory.py b/tempest/common/credentials_factory.py
index 58157efd7..3923aec99 100644
--- a/tempest/common/credentials_factory.py
+++ b/tempest/common/credentials_factory.py
@@ -133,7 +133,7 @@ class LegacyCredentialProvider(cred_provider.CredentialProvider):
def get_creds_by_roles(self, roles, force_new=False):
msg = "Credentials being specified through the config file can not be"\
" used with tests that specify using credentials by roles. "\
- "Either exclude/skip the tests doing this or use either an "\
+ "Either exclude/skip the tests doing this or use either a "\
"test_accounts_file or dynamic credentials."
raise exceptions.InvalidConfiguration(msg)