Add pause between stop/start on restart

This commit is contained in:
Joshua Boniface 2019-04-12 11:18:53 -04:00
parent 31f252ad9b
commit d20ea8b79d
1 changed files with 1 additions and 0 deletions

View File

@ -185,6 +185,7 @@ class DomainInstance(object):
return
self.shutdown_vm()
time.sleep(1)
self.start_vm()
self.addDomainToList()