Merge "Fix formulation"

This commit is contained in:
Jenkins 2016-02-25 21:59:10 +00:00 committed by Gerrit Code Review
commit 22ee863ca8
1 changed files with 1 additions and 1 deletions

View File

@ -432,7 +432,7 @@ class OpenStackConfig(object):
# Only validate cloud name if one was given
if name and name not in self.cloud_config['clouds']:
raise exceptions.OpenStackConfigException(
"Named cloud {name} requested that was not found.".format(
"Cloud {name} was not found.".format(
name=name))
our_cloud = self.cloud_config['clouds'].get(name, dict())