v5, change the host to sipb-xen-dev sipb-xen-database/5
authorNelson Elhage <nelhage@mit.edu>
Sat, 8 Sep 2007 20:17:14 +0000 (16:17 -0400)
committerNelson Elhage <nelhage@mit.edu>
Sat, 8 Sep 2007 20:17:14 +0000 (16:17 -0400)
svn path=/trunk/packages/sipb-xen-database/sipb-xen-database/; revision=99

client/etc/xen/sipb-database
debian/changelog

index d197d9b..daccd93 100644 (file)
@@ -1,7 +1,7 @@
 import sipb_xen_database.models as models
 from sipb_xen_database import connect
 
-connect('postgres://sipb-xen@sipb-vm-1/sipb_xen')
+connect('postgres://sipb-xen@sipb-xen-dev.mit.edu/sipb_xen')
 # `machine_name' should get passed in from the xm create call
 
 machine = models.Machine.get_by(name=machine_name)
index acbed59..4109170 100644 (file)
@@ -1,3 +1,9 @@
+sipb-xen-database (5) unstable; urgency=low
+
+  * Change the host from sipb-vm-1 to sipb-xen-dev
+
+ -- Nelson Elhage <nelhage@mit.edu>  Sat,  8 Sep 2007 16:16:07 -0400
+
 sipb-xen-database (4) unstable; urgency=low
 
   * Add script=vif-sipbroute to our vif lines