alena
33c062473d
bug 7270: added strip xml support to cloud-tool.
...
status 7270: resolved fixed
Specify --stripxml=true if you want to enable this option. It set to "false" by default. Example with tags stripped:
$ cloud-tool listDomains --server=localhost:8096 --stripxml=true
domain
id=1
name=ROOT
level=0
haschild=true
domain
id=2
name=hello
level=1
parentdomainid=1
parentdomainname=ROOT
haschild=false
Example with original xml format:
$ cloud-tool listDomains --server=localhost:8096
<?xml version="1.0" encoding="ISO-8859-1"?><listdomainsresponse cloud-stack-version="1.9.1"><domain><id>1</id><name>ROOT</name><level>0</level><haschild>true</haschild></domain><domain><id>2</id><name>hello"</name><level>1</level><parentdomainid>1</parentdomainid><parentdomainname>ROOT</parentdomainname><haschild>false</haschild></domain></listdomainsresponse>
2010-11-24 17:31:52 -08:00
Jessica Wang
9885392f5b
new UI - cluster page - fix a bug "$leftmenuItem1 is not found".
2010-11-24 17:28:13 -08:00
Jessica Wang
6198d6ec73
new UI - pod page - get json object from middle menu item instead of details tab.
2010-11-24 17:13:36 -08:00
Jessica Wang
9eb0cfcb5b
new UI - zone page - check if variable is null before getting it's property.
2010-11-24 17:00:14 -08:00
Jessica Wang
0096dd03f2
new UI - fix a bug: curly brackets was missing.
2010-11-24 16:29:51 -08:00
Jessica Wang
eabad148e8
new UI - IP address page - clear grid header title and static NAT field after releasing IP.
2010-11-24 16:17:26 -08:00
Jessica Wang
f546436682
new UI - disk offering page, service offering page - check if $midmenuItem1, jsonObj is null before getting its property.
2010-11-24 16:11:03 -08:00
Jessica Wang
e8eb8f4703
new UI - router page, systemVM page - check if $midmenuItem1, jsonObj is null before getting its property.
2010-11-24 15:26:25 -08:00
Jessica Wang
c7ca1a705d
new UI - alert page - add ID field.
2010-11-24 15:20:57 -08:00
Kelven Yang
4a2d0ac41b
Correct Eclipse project setting
2010-11-24 15:17:09 -08:00
Kelven Yang
23f274cfd2
Send AttachVolume command even if VM is not in running state under vmware case
2010-11-24 15:17:09 -08:00
Kelven Yang
dd9b1634f7
Allow host behind cluster to return real VNC host IP address
2010-11-24 15:17:08 -08:00
Kelven Yang
fd1beef28b
Someone commited a change in ConsoleProxyManagerImpl that breaks down system VM, let's blame git for now on this
2010-11-24 15:17:07 -08:00
Jessica Wang
a241a3fe54
new UI - Event page - check if jsonObj is null or not before getting its property.
2010-11-24 15:13:33 -08:00
Jessica Wang
921249e399
new UI - domain page - show zero if no accounts/instances/volume is under a domain.
2010-11-24 15:09:52 -08:00
Jessica Wang
17102c4096
new UI - Account page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page.
2010-11-24 14:50:11 -08:00
Jessica Wang
2dd325f567
new UI - ISO page - update ISO name in middle menu when ISO is updated in right panel.
2010-11-24 14:41:24 -08:00
alena
aa8aa6027a
Modified UserContext - got rid of accountName, domainId fields as we can get this information from Account field.
2010-11-24 14:29:08 -08:00
Jessica Wang
74086a54a1
new UI - template page - update template name in middle menu when template is updated in right panel.
2010-11-24 14:26:43 -08:00
Jessica Wang
efd8cca67b
new UI - instance page - update middle menu status icon when switching back to details tab (so, status color in middle menu is consistent with status color in right panel).
2010-11-24 14:03:19 -08:00
Jessica Wang
44334731ed
new UI - IP Address page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page.
2010-11-24 12:47:14 -08:00
Jessica Wang
94737421c7
new UI - instance page - router tab - retire function vmRouterAfterSubgridItemAction()
2010-11-24 12:36:39 -08:00
Jessica Wang
2ddec0d855
new UI - instance page - router tab - related UI change after bug 6787("RebootRouter API should return an embedded object on success") is fixed.
2010-11-24 11:40:37 -08:00
Jessica Wang
700ec25802
new UI - Snapshot page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page.
2010-11-24 11:24:05 -08:00
Jessica Wang
bd8adbf5ca
new UI - volume page - fix a bug that JS error "$midmenuItem1 is null or not an object ", "jsonObj is null or not an object" when switching between tabs on an empty page.
2010-11-24 10:58:38 -08:00
Jessica Wang
6435e701d0
new UI - instance page - fix a bug that JS error "jsonObj is null or not an object" when switching between tabs on an empty page.
2010-11-24 10:52:29 -08:00
abhishek
bd42a02894
bug 7322: fixing this issue, to ensure the 1:1 NAT rule works well with a router reboot
...
status 7322: resolved fixed
2010-11-24 10:36:22 -08:00
abhishek
606bc6d99e
corresponding changes in the kvm resource
2010-11-24 10:16:35 -08:00
abhishek
1950bf7a99
changing the nat feature to work with kvm
2010-11-24 10:04:24 -08:00
alena
44737d24c5
bug 7196: fixed response object generation for authorizeNetworkGroupIngress command (response type is Network group response - the way it was in 2.1.x - instead of IngressRule response)
...
status 7196: resolved fixed
Also fixed revokeNetworkGroup command - didn't work via 8096 port
2010-11-24 09:50:04 -08:00
nit
d0530265d7
bug 7046 : Global admins should be allowed to extract all the times.
...
status 7046: resolved fixed
2010-11-24 19:33:15 +05:30
nit
841044e360
Merge branch 'master' of ssh://git.cloud.com/var/lib/git/cloudstack-oss
2010-11-24 18:38:23 +05:30
nit
8ea124ae79
bug 7046 : extracting templates should allow for exclusion of some templates. An attribute "extractable" would be set on templates by the template owner at upload time. It would specify if we allow the template to be extracted from the system. Default would be true ie "allow extraction". If set to false, it would not be possible to extract the template or any derivatives of the template. For example, volumes, snapshots or templates from that template.
...
status 7046: resolved fixed
2010-11-24 18:37:54 +05:30
kishan
f70071dc98
bug 6309: Added event VM.UPDATE along with changed fields
...
status 6309: resolved fixed
2010-11-24 18:36:35 +05:30
kishan
19dcbb8d8e
bug 7246: changed event name to TEMPLATE.CLEANUP when cleaning up templates on sec storage. Usage won't track this event
...
status 7246: resolved fixed
2010-11-24 17:48:19 +05:30
edison
bb790b41f7
bug 7322: fix NPE when setting firewall rule for 1:1 NAT on kvm
...
status 7322: resolved fixed
2010-11-23 20:47:23 -08:00
Jessica Wang
1ce538b6a9
but 7309: fix console proxy thumbnail disappearing problem. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:15:51 -08:00
Jessica Wang
2e00c539b7
bug 7257: Pod page - pod node in tree gets updated when right panel is updated. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:14:26 -08:00
Jessica Wang
2491e363a1
bug 7257: Zone page - zone node in tree gets updated when right panel is updated. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:13:26 -08:00
Jessica Wang
b6ce75a8c1
bug 7257: Disk Offering page - middle menu gets updated when right panel is updated. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:12:16 -08:00
Jessica Wang
bd7f5e1bcf
bug 7297: related UI change for change of 3 portForwarding API. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:10:32 -08:00
Jessica Wang
bf92a20432
bug 7262: global settings page - set padding in value column. So, description won't be shifted into value column when value is empty. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:08:35 -08:00
Jessica Wang
dc27725739
bug 7277: ISO page - after Download ISO action succeeds, show URL returned by API on dialog box and make URL clickable. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:06:41 -08:00
Jessica Wang
b62f1acd23
bug 7277: after Download Template action succeeds, show URL returned by API on dialog box and make it clickable. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:04:39 -08:00
Jessica Wang
25cbd6565c
bug 7282: VM wizard - step 3 - select disk offering - prevent a person from moving on if no disk offering is selected. (merge from 2.2.beta1 branch to master branch)
2010-11-23 20:03:04 -08:00
anthony
5d083fb460
bug 6569: eject CD before migration
...
need to document it, after migration, CD is gone
2010-11-23 19:24:50 -08:00
edison
23d85f042b
when re-seed systemvm template, we just need to specify hypervisor type, no need to the wired number
2010-11-23 19:15:14 -08:00
anthony
c39d211a48
merge from 2.1.x
2010-11-23 18:55:23 -08:00
alena
674d68fc58
bug 7311: Use StoragePoolVO copy constructor in deleteStoragePoolCommand
...
status 7311: resolved fixed
2010-11-23 18:02:31 -08:00
alena
8dfd7b176e
bug 7313: applying Alex's fix.
...
status 7313: resolved fixed
2010-11-23 18:02:30 -08:00