Fixing typo in an exception message in Mistral client
Closes-Bug: #1264146 Change-Id: I69170e7529f7ec85c8dade71f212adb34085304e
This commit is contained in:
parent
ea1fbeeb6b
commit
385d123e5d
@ -63,8 +63,8 @@ class Client(object):
|
||||
'project id should be set')
|
||||
|
||||
if "v2.0" in auth_url:
|
||||
raise RuntimeError('Mistral support only v3 '
|
||||
'kyestone api')
|
||||
raise RuntimeError('Mistral supports only v3 '
|
||||
'keystone API.')
|
||||
|
||||
keystone = keystone_client.Client(username=username,
|
||||
password=api_key,
|
||||
|
Loading…
x
Reference in New Issue
Block a user