From a14fe68e4335c6d58f429d2aaf09ab2da02a011c Mon Sep 17 00:00:00 2001 From: Lin Tan Date: Thu, 5 Feb 2015 09:46:27 +0800 Subject: [PATCH] Correct typo in agent_client Change K to Kilo to help seach. Change-Id: I790c6539264d1c42de333ace9951f332c52799f3 --- ironic/drivers/modules/agent_client.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ironic/drivers/modules/agent_client.py b/ironic/drivers/modules/agent_client.py index 4a6bf6812d..cb0cc367fd 100644 --- a/ironic/drivers/modules/agent_client.py +++ b/ironic/drivers/modules/agent_client.py @@ -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 '