Correct typo in agent_client

Change K to Kilo to help seach.

Change-Id: I790c6539264d1c42de333ace9951f332c52799f3
This commit is contained in:
Lin Tan 2015-02-05 09:46:27 +08:00
parent 5a5b72718b
commit a14fe68e43

View File

@ -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 '