Revert punting the "moocow" password in invirt-web and 0.0.23
authorEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 03:28:28 +0000 (23:28 -0400)
committerEvan Broder <broder@mit.edu>
Tue, 29 Sep 2009 03:28:28 +0000 (23:28 -0400)
invirt-vnc-client, since we can't change the VNC passwod of running
VMs.

This reverts parts of commit r2487

svn path=/trunk/packages/invirt-web/; revision=2492

code/templates/vnc.tmpl
debian/changelog

index 78a0bbc..c61b4f6 100644 (file)
@@ -15,6 +15,7 @@ Console to $machine.name
 <p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="1000">
 <p>See <a href="help?subject=Console" target="_blank">tips</a> about framebuffer and other issues.</p>
 <APPLET CODE="VncViewer.class" ARCHIVE="https://$hostname:446/static/VncViewer.jar"
         WIDTH="100%" HEIGHT="1000">
+<PARAM NAME="PASSWORD" VALUE="moocow">
 <PARAM NAME="PORT" VALUE="$port">
 <PARAM NAME="HOST" VALUE="$hostname">
 <PARAM NAME="VMNAME" VALUE="$machine.name">
 <PARAM NAME="PORT" VALUE="$port">
 <PARAM NAME="HOST" VALUE="$hostname">
 <PARAM NAME="VMNAME" VALUE="$machine.name">
index 1beb4b6..0a1e9a9 100644 (file)
@@ -1,3 +1,9 @@
+invirt-web (0.0.23) unstable; urgency=low
+
+  * Revert 0.0.22, since running VMs still have a password set.
+
+ -- Evan Broder <broder@mit.edu>  Mon, 28 Sep 2009 23:24:00 -0400
+
 invirt-web (0.0.22) unstable; urgency=low
 
   * Don't supply a password to the VNC server, since one is no longer
 invirt-web (0.0.22) unstable; urgency=low
 
   * Don't supply a password to the VNC server, since one is no longer