updated changelog
[invirt/packages/invirt-remote.git] / files / usr / sbin / sipb-xen-lvm
index 15965cd..f42804e 100755 (executable)
@@ -20,9 +20,9 @@ def ensureoff(machine):
               stderr=PIPE)
 
 if subcommand == "lvcreate-all":
-    from sipb_xen_database import *
+    from invirt import database
     import re
-    connect(config.db.uri)
+    database.connect()
     for d in Disk.select():
         check(re.match('^[A-Za-z0-9]+$', d.guest_device_name))
         machine = Machine.get(d.machine_id)