cloudstack/api/src/com/cloud
frank 169073e730 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:33:18 -08:00
..
acl bug 11236: domainAdmin/regularUser can edit/delete/copy/extract Public template/iso only if it was created by them. They still can use/see public template/iso when execute list/deploy/attachIso commands. Root admin can operate with other people templates w/o any restrictions. 2011-08-24 14:48:22 -07:00
agent/api 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:33:18 -08:00
alert api refactoring 2010-11-21 12:00:21 -08:00
api bug 11814: TemplateResponse now returns template details info 2012-01-31 15:09:14 -08:00
async Add license header to files 2011-04-14 11:23:14 -07:00
capacity Bug 7845 - Productize DeploymentPlanner 2011-02-28 13:47:51 -08:00
cluster bug 9127: intermediate checkin for agent load balancer 2011-05-24 18:45:00 -07:00
configuration bug 11036: resource count update is refactored 2011-09-13 10:47:55 -07:00
consoleproxy api refactoring 2010-11-21 12:00:21 -08:00
dao api refactoring 2010-11-21 12:00:21 -08:00
dc Merging changes from zonesfeature branch for Bug 8026 - discern proper cluster/pod/zone for added host (and refactor AgentManagerImpl) 2011-04-28 23:08:58 -07:00
deploy bug 10640: Redundant virtual router: Try to deploy the second virtual router to different pod/cluster/host/storagepool 2011-07-19 15:06:15 -07:00
domain bug 10409: added domainSuffix parameters to account/domain objects 2011-07-15 14:40:39 -07:00
event bug 10561: intermidiate checkin for FirewallRuleFeature 2011-08-08 20:59:40 -07:00
exception bug 11043: rverted the bad fix 2011-08-11 10:27:02 -07:00
host bug 12790: use processDisconnect() when disconnect the agent during agent LB process 2011-12-29 16:56:46 -08:00
hypervisor Merge branch 'cvm' into 2.2.y 2011-08-19 16:08:35 -07:00
network bug 13145: update user data in domr when updatevmcmd is called 2012-01-19 20:02:17 -08:00
offering bug 11260: Take networkRate for domR's guest and public interface from the corresponding system service offering 2011-08-25 14:13:23 -07:00
org bug 10197: 2011-07-19 15:48:56 -07:00
resource bug 10197: 2011-07-19 15:26:25 -07:00
serializer bug 3179: added "count" parameter to the response to all List* api commands 2011-04-01 19:29:08 -07:00
server Revert "bug 11791: adding Hypervisor type to list os API" 2011-11-03 14:53:32 +05:30
storage bug 10743: default local storage is ext in XenServer 6.0, add ext local storage support 2012-01-05 14:42:30 -08:00
template bug 11814: TemplateResponse now returns template details info 2012-01-31 15:09:14 -08:00
user bug 11470: 1) fixed listResourceLimits 2) Fixed -1 to be treated as unlimited for all the resources 2011-09-19 09:46:11 -07:00
uservm Add license header to files 2011-04-14 11:23:14 -07:00
vm Bug 11481 - get manual live migration working with all VMs 2011-09-29 18:11:08 -07:00