Follow-up patch for rescue extension for CoreOS
This patch addresses few minor comments in commit
a659306272
Change-Id: Id5b48e3cc96c8807c471c947da3e233cebdf687e
Related-Bug: #1526449
This commit is contained in:

committed by
Julia Kreger

parent
a3463dc57d
commit
f08636fe8b
ironic_python_agent
@ -343,7 +343,7 @@ class IronicPythonAgent(base.ExecuteCommandMixin):
|
||||
try:
|
||||
server.handle_request()
|
||||
except BaseException as e:
|
||||
msg = "Failed due to unknow exception. Error %s" % e
|
||||
msg = "Failed due to an unknown exception. Error %s" % e
|
||||
LOG.exception(msg)
|
||||
raise errors.IronicAPIError(msg)
|
||||
LOG.info('shutting down')
|
||||
|
Reference in New Issue
Block a user