Displaying 1 result from an estimated 1 matches for "f0e10d7".
Did you mean:
f010da
2009 May 21
2
[PATCH server] Fix anyterm for multinode support
...yterm-module$ http://${vmnodes:$1}:81/$1 [P]
+ RewriteRule ^/terminal/(.*)/$ http://${vmnodes:$1}:81/anyterm.html?param=$1 [P,NE]
+
ProxyPass /ovirt http://AdminNodeFQDN/ovirt retry=3
diff --git a/src/app/controllers/vm_controller.rb b/src/app/controllers/vm_controller.rb
index 4f38cc4..f0e10d7 100644
--- a/src/app/controllers/vm_controller.rb
+++ b/src/app/controllers/vm_controller.rb
@@ -43,7 +43,7 @@ class VmController < ApplicationController
@vm = Vm.find(params[:id])
redirect_to "https://" + params[:host] +
"/terminal/" + @vm.descript...