Index: trunk/packages/xvm-devconfig/debian/changelog
===================================================================
--- trunk/packages/xvm-devconfig/debian/changelog	(revision 745)
+++ trunk/packages/xvm-devconfig/debian/changelog	(revision 748)
@@ -1,2 +1,8 @@
+xvm-devconfig (0.4) unstable; urgency=low
+
+  * Put host hostnames in values, not keys.
+
+ -- Greg Price <price@mit.edu>  Sun, 27 Jul 2008 23:42:30 -0400
+
 xvm-devconfig (0.3) unstable; urgency=low
 
Index: trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml
===================================================================
--- trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml	(revision 745)
+++ trunk/packages/xvm-devconfig/files/etc/invirt/master.yaml	(revision 748)
@@ -8,8 +8,8 @@
 
 hosts: # hosts on which VMs run
- - black-mesa.mit.edu:
-    ip: 18.181.0.60
- - sx-blade-2.mit.edu:
-    ip: 18.181.0.165
+ - hostname: black-mesa.mit.edu
+   ip: 18.181.0.60
+ - hostname: sx-blade-2.mit.edu
+   ip: 18.181.0.165
 
 db: 
@@ -33,4 +33,4 @@
  rootip: 18.181.0.62
 
-web: 
+web:
  baseuri: https://xvm.mit.edu/
