mirror of
https://opendev.org/x/pyghmi
synced 2025-04-13 16:57:46 +00:00
Fix typo in error message
The word unavailable was misspelled. Change-Id: I53ac5b32f803aad0ffc5e24ce573e5437846a703
This commit is contained in:
parent
cf1f0c25e6
commit
4a99f18023
@ -796,7 +796,7 @@ class XCCClient(IMMClient):
|
||||
rsp = self.wc.grab_json_response(
|
||||
'/api/function/raid_conf?params=raidlink_GetStatus')
|
||||
if rsp['items'][0]['status'] != 2:
|
||||
raise pygexc.TemporaryError('Storage configuration unavilable in '
|
||||
raise pygexc.TemporaryError('Storage configuration unavailable in '
|
||||
'current state (try boot to setup or '
|
||||
'an OS)')
|
||||
if not cfgspec:
|
||||
|
Loading…
x
Reference in New Issue
Block a user