Correct typo in agent_client
Change K to Kilo to help seach. Change-Id: I790c6539264d1c42de333ace9951f332c52799f3
This commit is contained in:
parent
5a5b72718b
commit
a14fe68e43
@ -42,7 +42,7 @@ class AgentClient(object):
|
||||
agent_url = node.driver_internal_info.get('agent_url')
|
||||
if not agent_url:
|
||||
# (lintan) Keep backwards compatible with booted nodes before this
|
||||
# change. Remove this after K.
|
||||
# change. Remove this after Kilo.
|
||||
agent_url = node.driver_info.get('agent_url')
|
||||
if not agent_url:
|
||||
raise exception.IronicException(_('Agent driver requires '
|
||||
|
Loading…
x
Reference in New Issue
Block a user