Merge "Correct typo in agent_client"

This commit is contained in:
Jenkins 2015-02-05 16:37:53 +00:00 committed by Gerrit Code Review
commit fad9854bef
1 changed files with 1 additions and 1 deletions

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 '