cloudstack/console-proxy
frank 32fa3cd996 Bug 13526 - copying template across zone failing with status HTTP Server returned 403 (expected 200 OK) Even though gets status message copy succeeded (
Bug 13429 - copy template FAIL - HTTP Server returned 403

lots of things:
1. generate a IP list of all SSVM across all zones, set this IP list to my .htaccess allowable from.
   so other SSVMs get privilege to access me.

2. broadcast my IP to other SSVMs instructing them set me to theirs .htacess allowable from. so I get
   privilege to access others

3. set outbound route for downloading through public IP. Because public ip/private ip in the same subnet in basic
zone, the http download traffic may come in through public ip but go outside through private ip which finally causes
the VM where the traffic is from to drop response packets. To resolve this, set individual route for each SSVM public
ip making sure the inter-communication between system vm happens through public IP

however, I met certificate expiraton on one SSVM, will report another bug

reviewed-by: Sheng.yang
status 13526: resolved fixed
status 13429: resolved fixed
2012-02-08 18:32:06 -08:00
..
bindir "Add host" for kvm: 2010-08-13 23:19:36 -07:00
certs add realhostip.crs/key/crt 2012-02-06 17:29:53 -08:00
conf international keyboard support in console viewer 2011-05-10 15:58:30 -07:00
conf.dom0 remove the hardcode configuration 2010-11-19 17:21:05 -08:00
css bug 11319: console proxy and console viewer keyboard framework refactoring 2011-12-13 14:54:20 -08:00
distro add missing files 2011-01-06 12:25:50 -05:00
images Japanese keyboard + guest Japanese OS 2011-05-17 17:11:58 -07:00
js bug 12976: The new keyboard framework sends only raw keyboard events, it turned out that it does not work with Xen/KVM hypervisors(only VMware supports standard raw keyboard events), Xen/KVM accept only cooked keyboard events, to maintain cross hypervisor compability, US english keyboard will be handled in the new JsCookedKeyboardMapper class 2012-01-18 15:49:21 -08:00
libexec Source code committed 2010-08-11 09:13:29 -07:00
scripts Bug 13526 - copying template across zone failing with status HTTP Server returned 403 (expected 200 OK) Even though gets status message copy succeeded ( 2012-02-08 18:32:06 -08:00
src/com/cloud/consoleproxy bug 13470: add cert chain in db, and also open the api to upload a cert chain 2012-02-07 21:43:46 -08:00
ui Source code committed 2010-08-11 09:13:29 -07:00
vm-script Source code committed 2010-08-11 09:13:29 -07:00
.classpath Bug 8717: Move VMwareGuru to premium 2011-02-23 16:10:21 -08:00
.project Source code committed 2010-08-11 09:13:29 -07:00