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