Add uuid import
This commit is contained in:
parent
35d671c933
commit
04b1368898
|
@ -20,7 +20,7 @@
|
|||
#
|
||||
###############################################################################
|
||||
|
||||
import os, sys, socket, time, threading, libvirt, kazoo.client
|
||||
import os, sys, uuid, socket, time, threading, libvirt, kazoo.client
|
||||
|
||||
class VMInstance:
|
||||
def __init__(self, domuuid, zk, thishypervisor):
|
||||
|
|
Loading…
Reference in New Issue