Add a missing whitespace

Change-Id: I6dacdbc9392c10512620b9f6676b6f69b2440616
This commit is contained in:
KATO Tomoyuki 2015-12-17 14:56:42 +09:00
parent 9f7ad0d435
commit 0cb5debf08

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]')