Log the agent version
Change-Id: If0bac7a6cd11aeac46ed2e92abc3d60493172c7e
This commit is contained in:
@@ -366,6 +366,8 @@ class IronicPythonAgent(base.ExecuteCommandMixin):
|
|||||||
|
|
||||||
def run(self):
|
def run(self):
|
||||||
"""Run the Ironic Python Agent."""
|
"""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
|
# Get the UUID so we can heartbeat to Ironic. Raises LookupNodeError
|
||||||
# if there is an issue (uncaught, restart agent)
|
# if there is an issue (uncaught, restart agent)
|
||||||
self.started_at = _time()
|
self.started_at = _time()
|
||||||
|
Reference in New Issue
Block a user