Use correct wording of "shut down"

This commit is contained in:
Joshua Boniface 2020-02-19 10:04:58 -05:00
parent 78780039de
commit 0e05ce8b07
1 changed files with 1 additions and 1 deletions

View File

@ -405,7 +405,7 @@ def shutdown_vm(zk_conn, domain, wait=False):
if wait:
while zkhandler.readdata(zk_conn, '/domains/{}/state'.format(dom_uuid)) == 'shutdown':
time.sleep(1)
retmsg = 'Shutdown VM "{}"'.format(domain)
retmsg = 'Shut down VM "{}"'.format(domain)
return True, retmsg