Merge "Fix typo in error message"

This commit is contained in:
Jenkins 2015-11-19 13:25:52 +00:00 committed by Gerrit Code Review
commit 62b1379cf8

View File

@ -135,7 +135,7 @@ class ClientTestBase(testtools.TestCase):
if cloud_config is None:
raise NoCloudConfigException(
"Cloud not find a cloud named functional_admin or a cloud"
"Could not find a cloud named functional_admin or a cloud"
" named devstack. Please check your clouds.yaml file and"
" try again.")
auth_info = cloud_config.config['auth']