Don't connect to the database in invirt-update-conserver - it's not used invirt-console-host/0.0.5
authorEvan Broder <broder@mit.edu>
Sat, 25 Oct 2008 18:12:06 +0000 (14:12 -0400)
committerEvan Broder <broder@mit.edu>
Sat, 25 Oct 2008 18:12:06 +0000 (14:12 -0400)
svn path=/trunk/packages/invirt-console-host/; revision=1246

debian/changelog
files/usr/sbin/invirt-update-conserver

index 04090ad..3621991 100644 (file)
@@ -1,3 +1,10 @@
+invirt-console-host (0.0.5) unstable; urgency=low
+
+  * invirt-console-host doesn't use the database anymore, so don't connect
+    to it
+
+ -- Evan Broder <broder@mit.edu>  Sat, 25 Oct 2008 14:09:03 -0400
+
 invirt-console-host (0.0.4) unstable; urgency=low
 
   * Kill DEB_AUTO_UPDATE_DEBIAN_CONTROL
index f657c08..f87ae6c 100755 (executable)
@@ -1,13 +1,10 @@
 #!/usr/bin/python
 
-import sipb_xen_database
 import subprocess
 import os
 import socket
 from invirt.config import structs as config
 
-sipb_xen_database.connect(config.db.uri)
-
 def live_vms():
     p = subprocess.Popen(['/usr/sbin/xm', 'list'], stdout=subprocess.PIPE)
     p.wait()