diff --git a/ironic_python_agent/ironic_api_client.py b/ironic_python_agent/ironic_api_client.py index 2959c0b09..2d7179ad8 100644 --- a/ironic_python_agent/ironic_api_client.py +++ b/ironic_python_agent/ironic_api_client.py @@ -281,7 +281,7 @@ class APIClient(object): 'node is locked. We will wait %(time)s seconds before trying ' 'again. %(err)s', {'time': self.lookup_lock_pause, - 'error': self._error_from_response(response)} + 'err': self._error_from_response(response)} ) time.sleep(self.lookup_lock_pause) return False