Fix typo on patch 155624
This is a follow up patch to correct a spelling issue with 155624. Change-Id: I56df414acb9fcccbd872f902e536a18c5474c1e0
This commit is contained in:
parent
53095aaa8f
commit
fd6f36474b
@ -373,7 +373,7 @@ class IronicShell(object):
|
||||
os_ironic_api_version = None
|
||||
else:
|
||||
raise exc.CommandError("Incorrect API version %s, expect "
|
||||
"value ike X.Y" % api_version)
|
||||
"value like X.Y" % api_version)
|
||||
api_major_version = versions[0]
|
||||
return (api_major_version, os_ironic_api_version)
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user