Log the agent version

Change-Id: If0bac7a6cd11aeac46ed2e92abc3d60493172c7e
This commit is contained in:
Julia Kreger 2020-03-09 15:44:34 -07:00
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()