diff --git a/tests/create.py b/tests/create.py index 0da89a9..d2c434e 100755 --- a/tests/create.py +++ b/tests/create.py @@ -52,7 +52,7 @@ else: initrdU = "" + initrdU + "" -conn = libvirt.openReadOnly(None) +conn = libvirt.open(None) if conn == None: print 'Failed to open connection to the hypervisor' sys.exit(1)