Jessica Wang
7df47f053e
bug 7252: check whether pods is null before getting its length.
2010-11-19 20:15:31 -08:00
Jessica Wang
dd06fc9639
bug 7255: correct variable name.
2010-11-19 20:14:12 -08:00
alena
138e0914b6
bug 7245: don't try to set vm name for detached volume during expunge process.
...
status 7245: resolved fixed
Fixed couple of other problems:
* cleanup corresponding records in load_balancer_vm_map table when loadBalancerRule is removed.
* don't log "java.lang.IllegalStateException: getAttribute: Session already invalidated" exception when UI session expires
2010-11-19 20:08:18 -08:00
Anthony Xu
f6836b2cb9
find the system ISO at creating system VM , not at initialization
2010-11-19 19:22:22 -08:00
alena
6b61caad46
AssignToLoadBalancer - added missing transaction.commit to corresponding NetworkManager method.
2010-11-19 19:14:24 -08:00
alena
cec8ebd5cd
bug 7236: don't catch AsyncCommandQueued exception in ApiDispatcher
...
status 7236: resolved fixed
2010-11-19 18:40:32 -08:00
alena
5426b1487c
listPortForwardingRules: return empty response instead of throwing exception when ipAddress doesn't have any rules assigned.
2010-11-19 18:40:32 -08:00
Jessica Wang
0cd0795645
new UI - Add zone pod wizard - after action message screen - hide guest ip range message box if it's advanced mode.
2010-11-19 18:38:18 -08:00
abhishek
ca162bca11
bug 6936: for some reason, we had a check on pod-wide or account specific vlan creation. This seems to be a left over from legacy code. Removing the same. I tested to make sure both zone wide vlan and account specific vlan creation for direct tagged case works fine
...
status 6936: resolved fixed
2010-11-19 17:54:57 -08:00
edison
2586214b21
store guest os name in vm xml configuration file, not the mapped one
2010-11-19 17:42:13 -08:00
NIKITA
862bf8d6c2
Close button
2010-11-19 17:38:04 -08:00
NIKITA
97cfe7103e
Minor tweak for close button
2010-11-19 17:30:24 -08:00
edison
5dc0e5d56c
remove the hardcode configuration
2010-11-19 17:21:05 -08:00
NIKITA
433b70e9e8
Bug 7248 Most UI dialogs miss "X" (Close) icon has been resolved
2010-11-19 17:23:26 -08:00
Jessica Wang
d8e285bb0b
new UI - add zone pod wizard - change visual layout of last step (action action screen).
2010-11-19 16:58:48 -08:00
Jessica Wang
919f2d57b1
new UI - zone page - add pod - expand zone node to show newly added pod after adding pod succeeds.
2010-11-19 16:33:43 -08:00
alena
e1b74ea99e
RegisterTemplateCommand - ignore case in "hypervisor" parameter value - used to complain when "xen" was specified instead of "Xen"
2010-11-19 16:27:05 -08:00
NIKITA
acbb26a746
Navigation panel for midmenu
2010-11-19 16:25:32 -08:00
alena
fe93821bb1
Fixed editZone command - if dns2 is not specified, keep the old value instead of updating it to NULL
2010-11-19 16:13:45 -08:00
Jessica Wang
8c5b5107ef
bug 7064: zone apge - refresh pod dropdown in add host dialog, add primary storage dialog after adding pod.
2010-11-19 15:58:30 -08:00
Jessica Wang
b6f496561e
bug 7064: zone page - implement Add Primary Storage option from zone.
2010-11-19 15:58:29 -08:00
Anthony Xu
fa499dadbc
bug 7220: the parameter type transfer may cause NPE
...
status 7220: resolved fixed
2010-11-19 15:56:04 -08:00
alena
a5dfaaf31b
API exception handling - print api command name to the log.
2010-11-19 15:48:58 -08:00
Alex Huang
bb843ab1fb
missing file
2010-11-19 15:48:40 -08:00
Alex Huang
5b4a6f27db
Changed networkconfigurations to network as per Sheng's suggestion
2010-11-19 15:44:42 -08:00
alena
a495f34d4f
Fixed enableAccount command - domain permission check was done incorrectly
2010-11-19 15:25:29 -08:00
Jessica Wang
bcfa302149
new UI - add host from zone - fix css in dialog box.
2010-11-19 15:05:34 -08:00
Jessica Wang
10d07a7e80
bug 7064: zone page - implement Add Host option from zone.
2010-11-19 15:02:08 -08:00
Jessica Wang
edf70d295d
bug 7064: zone page - implement Add Host option from zone.
2010-11-19 15:02:08 -08:00
alena
8362d0feba
Reverting back commit e5c137e303 as it wasn't meant to be in 2.2 RC1.
2010-11-19 14:23:39 -08:00
abhishek
726cf09274
whilst fixing the iso bug, i realized that the public isos werent being returned for the regular user when he tries to attach the iso to the running vm. adding a listpublicisos() method for a regular user, which will take care of the same
2010-11-19 14:20:07 -08:00
alena
e5c137e303
bug 7223: pagesize and page should be specified together in "list" api commands
...
status 7223: resolved fixed
2010-11-19 14:03:44 -08:00
abhishek
516e944d2c
bug 5892: adding the xs-tools.iso to the list resp by implementing a search based on the xs-tools.iso
...
status 5892: resolved fixed
2010-11-19 13:57:12 -08:00
NIKITA
a6f7d457aa
Change in Zone Wizard UI Review last step
2010-11-19 13:50:03 -08:00
Jessica Wang
018ad61fcc
new UI - zone page - show spinning wheel before every tab is fully loaded.
2010-11-19 13:12:10 -08:00
abhishek
080db931c3
commenting out the update storage pool command for now, as this command merely updates the tags, and we will not be supporting tag updates once the sp is created
2010-11-19 12:20:57 -08:00
edison
0c35f2f743
bug 7237: disk size is passed in diskProfile, no need size parameter in createcommand
...
status 7237: rresolved fixed
2010-11-19 11:55:27 -08:00
Jessica Wang
e9145e4011
new UI - zone page - switch network tab and secondary storage tab.
2010-11-19 12:01:28 -08:00
Jessica Wang
489f4909b4
new UI - cluster page - fix a bug that zone name and pod name didn't show in Add Host dialog, Add Primary Storage dialog.
2010-11-19 11:49:43 -08:00
alena
8ca10c91bd
bug 7218: Alex fixed componets locator
...
status 7218: resolved fixed
2010-11-19 11:25:35 -08:00
Jessica Wang
ae1274e976
bug 7064: resource pages - give every addXXX action a dedicate button.
2010-11-19 11:23:49 -08:00
Jessica Wang
3bada61491
bug 7062: add primary storage dialog - changing protocol (NFS, ISCSI) will hide/show different fields.
2010-11-18 19:57:53 -08:00
Jessica Wang
43163090c7
new UI - add 2 add buttons on top.
2010-11-18 19:30:13 -08:00
will
6376363872
bug 7229: ErrorInMaintenance will now be shown in red.
2010-11-18 19:28:40 -08:00
Jessica Wang
71141bcd5b
new UI - Edit Zone - not call updatePod API if nothing is changed.
2010-11-18 19:21:50 -08:00
Jessica Wang
5bed687254
new UI - resource zone tree - tree node will only expand when arrow icon is clicked.
2010-11-18 19:00:55 -08:00
Chiradeep Vittal
07711744ce
Config values for VPN
2010-11-18 18:52:21 -08:00
Jessica Wang
dbb5404303
bug 7233: only send changed value to UpdateZone API.
2010-11-18 18:49:35 -08:00
Chiradeep Vittal
394554770e
Enforce user limit on number of vpn users
2010-11-18 18:38:29 -08:00
Chiradeep Vittal
8e4f05075b
IPSec NETKEY requires no redirects
2010-11-18 18:38:29 -08:00