Log the agent version
Change-Id: If0bac7a6cd11aeac46ed2e92abc3d60493172c7e
This commit is contained in:
parent
2fdca5294b
commit
731bbe88d7
@ -366,6 +366,8 @@ class IronicPythonAgent(base.ExecuteCommandMixin):
|
||||
|
||||
def run(self):
|
||||
"""Run the Ironic Python Agent."""
|
||||
LOG.info('Starting ironic-python-agent version: %s',
|
||||
self.version)
|
||||
# Get the UUID so we can heartbeat to Ironic. Raises LookupNodeError
|
||||
# if there is an issue (uncaught, restart agent)
|
||||
self.started_at = _time()
|
||||
|
Loading…
x
Reference in New Issue
Block a user