Add warning if keepalive fails
This commit is contained in:
@ -267,6 +267,7 @@ class NodeInstance():
|
|||||||
'/nodes/{}/keepalive'.format(self.name): str(keepalive_time)
|
'/nodes/{}/keepalive'.format(self.name): str(keepalive_time)
|
||||||
})
|
})
|
||||||
except:
|
except:
|
||||||
|
ansiiprint.echo('Failed to set keepalive data', '', 'e')
|
||||||
return
|
return
|
||||||
|
|
||||||
# Close the Libvirt connection
|
# Close the Libvirt connection
|
||||||
|
Reference in New Issue
Block a user