Merge "Add a missing whitespace"

This commit is contained in:
Jenkins 2016-01-07 13:01:10 +00:00 committed by Gerrit Code Review
commit d1eee8b234

View File

@ -54,7 +54,7 @@ class Command(CliffCommand):
self.error_output(parsed_args, columns, values)
except ks_exceptions.EndpointNotFound as e:
self.app.log.error('No endpoint was found. You must provide a'
self.app.log.error('No endpoint was found. You must provide a '
'username or user id via --os-username, '
'--os-user-id, env[OS_USERNAME] or '
'env[OS_USER_ID]')