3872 Commits

Author SHA1 Message Date
Edison Su
72e82c8c8c fix adding customized public/private nics for kvm 2011-01-15 09:52:38 -05:00
Jessica Wang
b13f5574ec bug 8012: network page - Add External Firewall dialog - Usage Interface field. 2011-01-14 16:48:35 -08:00
Jessica Wang
90a14fb7b3 bug 7667: IP Address page - port forwarding rule, load blanacer rule - state field - show green when Active, show red when Deleting, show gray otherwise. 2011-01-14 16:35:21 -08:00
Jessica Wang
e3d7bad1c5 network page - Add External Firewall dialog - add User Interface field. 2011-01-14 15:47:26 -08:00
Jessica Wang
45b1867367 bug 6545: Global Settings page - mask value for configuration whose name contains "password" word. 2011-01-14 15:28:28 -08:00
Chiradeep Vittal
f932ebf58f bug 8009: return null instead of exception when the vm is stuck in STARTING
status 8009: resolved fixed
2011-01-14 15:13:49 -08:00
Alex Huang
42950f2e8b migration complete 2011-01-14 15:12:13 -08:00
Alex Huang
d43717eef8 merge changes 2011-01-14 15:12:13 -08:00
Alex Huang
19edfdfcdb migration code 2011-01-14 15:12:13 -08:00
Jessica Wang
5810e809da Template page - make Delete Template available as long as the template is not in downloaded status. 2011-01-14 14:24:04 -08:00
Jessica Wang
08abc5970d ISO page - make Delete ISO available as long as the ISO is not in downloaded status. 2011-01-14 14:10:43 -08:00
Frank
39f75887b1 bug 7722: open vswitch -
1. add more readable log when tunnel create failed
2. correct drop flow when port number more than 10

other fixs:
return false when vm is null in checkSessionPermision
this avoid null pointer Exception
2011-01-14 13:47:50 -08:00
Frank
e736919494 allocate _poolIds before use 2011-01-14 13:45:59 -08:00
Jessica Wang
0f8da4093d bug 7905: template page - add template dialog - reset format field based upon hypervisor field before dialog pops up. 2011-01-14 13:40:09 -08:00
anthony
8bc7118c4f eclipse fix 2011-01-14 11:39:12 -08:00
Jessica Wang
115aff6cdb deploy VM - show new password in dialog, middle menu item and right panel when middle menu item is clicked. 2011-01-14 11:21:14 -08:00
alena
5af31fc97c Modified API xml doc writer - sort request and response parameters in alphabetical order. 2011-01-14 11:18:54 -08:00
Jessica Wang
046c556da1 instance page - reset password action - show new password in dialog and right panel when middle menu item is clicked. 2011-01-14 11:01:24 -08:00
Kelven Yang
e9b446e3bd Bug 6905: explicitly deny access when management server is not fully up for service 2011-01-14 10:58:24 -08:00
alena
8fbdc0bebf bug 7996: Update Removed field for domR during expunge if epxunge is successful
status 7996: resolved fixed
2011-01-14 10:00:50 -08:00
nit
3d9d73e627 bug 7519 : Correcting the NPE getting thrown due to a recent rewrite of events. Also improving the logging when ssvm is not up.
status 7519 : resolved fixed
2011-01-14 19:35:34 +05:30
kishan
03a66d4b90 bug 7842: events refactoring 2011-01-14 18:55:54 +05:30
nit
b4a43184d4 Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss 2011-01-14 18:01:47 +05:30
nit
e0f03a4f89 bug 7655 : The dashboard would use the reserved capacity + used capacity in the op_host_Capacity to reflect the total used capacity. Reserved capacity corresponds to the stopped vms within a specific interval called vm.resource.release.interval
status 7655 : resolved fixed
2011-01-14 18:01:08 +05:30
Edison Su
e7108948ac bug 7548: re-try the connection between cloud-agent and libvirtd, if the connection is broken.
status 7548: resolved fixed
2011-01-14 13:33:33 -05:00
Kevin Kluge
8f506078e2 bug 7908 resolved fixed.
changed heap to 256 MB and permgen to 128 MB.
2011-01-13 23:02:51 -08:00
Kevin Kluge
3df2faa7dd update ssvm-check for the new command line params 2011-01-13 22:42:27 -08:00
Frank
9e1c4ba779 bug 7722: open vswitch - set noflood flag to gre port 2011-01-13 19:52:03 -08:00
abhishek
c312147c52 bug 7991: blocking cancelmaintenance if sp is in prepareformaintenance
status 7991: resolved fixed
2011-01-13 18:21:52 -08:00
Frank
474962be9d Bug 7973 - user vm network stats are off
use correct format for double to long.
Double.doubleToLongBits() is to convert float to binary representation, not to
long
2011-01-13 18:00:26 -08:00
Jessica Wang
4b2c414ed5 bug 7905: VM wizard - hypervisor field - show text if only one hypervisor is returned from lsitThypervisors API. 2011-01-13 17:41:30 -08:00
Jessica Wang
190a95413e bug 7905: VM wizard - populate hypervisor dropdown by listHypervisors API response instead of hardcoding. 2011-01-13 17:30:44 -08:00
anthony
621f893f12 bug 7986: should be fixed by 6e6e8ff8763a21fc71a3d3b950a05c8643c55c0a, this patch only remove some unneccesary backtrace
status 7986: resolved fixed
2011-01-13 17:28:51 -08:00
abhishek
3406f4d5c0 bug 7988: fixing the sp state on delete
status 7988: resolved fixed
2011-01-13 17:21:35 -08:00
Jessica Wang
a9dd415995 bug 7905: template page - add template dialog - populate hypervisor dropdown by listHypervisors API response instead of hardcoding. 2011-01-13 17:10:45 -08:00
abhishek
7c2fffe67a bug 7989: fixing this regression
status 7989: resolved fixed
2011-01-13 17:07:03 -08:00
alena
13630923ab bug 7959: return gateway for domainRouter Api commands
status 7959: resolved fixed
2011-01-13 17:04:44 -08:00
Chiradeep Vittal
4536f4b65f bug 6854: add croncommand to periodically cleanup network rules 2011-01-13 16:59:35 -08:00
Chiradeep Vittal
dd7f8625cc bug 7380: SNAT rules when there are multiple public interfaces
bug 6854: port from 2.1.x
2011-01-13 16:59:35 -08:00
keshav
b7392e99cd Enabled local storage cleanup 2011-01-13 16:45:51 -08:00
NIKITA
56de67eb79 Minor class change for Instance Wizard 2011-01-13 16:44:02 -08:00
anthony
fa1da347c6 bug 7978: it happens when MS is restarted before DeleteTemplateCommand responds, if the template directory doesn't exist, return success
status 7978: resolved fixed
2011-01-13 16:24:43 -08:00
Chiradeep Vittal
8ba1b2d33a bug 7380: SNAT rules when there are multiple public interfaces 2011-01-13 15:49:23 -08:00
Jessica Wang
b046869011 Instance page - reset password - pop up a dialog showing new password. 2011-01-13 15:45:45 -08:00
Chiradeep Vittal
2b66b8a924 bug 7929: remove security groups when account is deleted.
status 7929: resolved fixed
2011-01-13 15:40:29 -08:00
Chiradeep Vittal
2e018d46be bug 7929: when account is deleted, ensure that related security groups are deleted 2011-01-13 15:40:29 -08:00
Jessica Wang
a57f4b2b06 Security Group page, Snapshot page, Volume page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 15:30:23 -08:00
Jessica Wang
332313ff54 IP Address page - not update right panel after an action succeeds since the action might not belong to currently selected middle menu item. 2011-01-13 15:13:13 -08:00
Jessica Wang
6bc1c05408 delete template action, delete ISO action - only clear right panel if action belongs to the current selected middle menu item. 2011-01-13 15:13:12 -08:00
Kelven Yang
d14f3bffc3 Log for console ticket verification 2011-01-13 14:58:48 -08:00