Commit Graph

13464 Commits

Author SHA1 Message Date
Brian Federle 59743018e6 VPN Customer Gateway: Fix missing capital letters 2012-08-16 11:33:16 -07:00
Jessica Wang e6130d3384 CS-16018: cloudstack 3.0 UI - create VPN Customer Gateway - IKE DH, Perfect Forward Secrecy dropdown - restore blank option back and label it as "None". 2012-08-16 11:24:02 -07:00
Alena Prokharchyk 335730dc65 CS-15999: added nics to domain router api response
Conflicts:

	server/src/com/cloud/api/ApiResponseHelper.java
2012-08-16 10:50:09 -07:00
Alena Prokharchyk 0bf6de3eb2 CS-16030: set UUID when persist public ip address 2012-08-16 10:13:39 -07:00
Pranav Saxena 6331bcb190 Merge branch 'master' of https://git-wip-us.apache.org/repos/asf/incubator-cloudstack 2012-08-16 21:27:53 +05:30
Pranav Saxena 9ac17b35db CS-16018:InterVlan- Blank Options on Add VPN Customer Gateway replaced by Group2mod(1024p) 2012-08-16 21:27:14 +05:30
Wido den Hollander b6a610e2db docs: Work on Management Server and Hypervisor Host installation
The Hypervisor installation describes what cloud-setup-agent is actually doing, but this way administrators know what the tool is doing.

We could remove all these things from cloud-setup-agent and require system administrators to perform these steps them selfs, this way
we don't break anything on their systems.

It would make setting up Hypervisors a bit harder, but would be much better on the longer run.
2012-08-16 17:27:54 +02:00
Pranav Saxena 1ec3fed0e6 CS-16019:InterVlan CIDR list in Add VPN Customer Gateway doesnt let the User know that CIDR list is a comma seperated list 2012-08-16 20:53:51 +05:30
Mice Xia 5dcf639acc Fix a bug, failed to show resource limit page in project view due to missing vpc limit type 2012-08-16 20:17:42 +08:00
Pranav Saxena 938498c7fe CS-15962:InterVlan-Router details tabs to be visible only for admin and hidden for regular accounts 2012-08-16 16:56:15 +05:30
Jessica Tomechak 2f1c835550 Fix curly apostrophes in README. 2012-08-16 03:41:14 -07:00
Nitin Mehta 72f896044d bug CS-15278: Download Volume fails in case of Multiple Secondary Storages. Correcting it to use the same secondary storage to copy the volume and creating the soft link
Reviewed-by: Kishan
2012-08-16 15:53:00 +05:30
Pranav Saxena a7b7465bec CS-15961:InterVlan Box for Creation of ACL Rules on ICMP Protocol should convey User that -1 for Type and Code means any Type and Code 2012-08-16 14:56:23 +05:30
anthony 447716abbf fixed typo 2012-08-15 18:20:48 -07:00
Alex Huang 21b2f89637 Fixed broken build 2012-08-15 17:52:32 -07:00
Joe Brockmeier 1869160cdd committing changes for docs licensing cleanup https://reviews.apache.org/r/6618 2012-08-15 19:42:47 -04:00
Jessica Tomechak a25e149f8a Add XML tags tutorial to README for doc contributors. 2012-08-15 15:43:21 -07:00
Jessica Wang ccf99beaed cloudstack 3.0 UI - Instances page - VM Wizard - select network step - VPC filter - list only VPCs belonging to the current login (i.e. If the current login is root-admin, do not show VPCs belonging to regular-user/domain-admin in Instances page's VM Wizard.) 2012-08-15 15:00:26 -07:00
anthony 63b7ed5115 fix a typo 2012-08-15 14:11:55 -07:00
Jessica Wang c087c5626c cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network. 2012-08-15 14:10:48 -07:00
Brian Federle f8886ce611 VPC UI: Fix IP details when no network is present 2012-08-15 14:10:35 -07:00
Brian Federle 94dba7d42b VPC UI: Hide tier dropdown if viewing from tier detail view 2012-08-15 14:10:13 -07:00
John Kinsella 6e73941244 [ASFCS40] Updated version number to reflect 4.0.0 2012-08-15 14:09:54 -07:00
Edison Su f6c6494126 Adds missing bit from the original CLVM patch
263216caa5
(https://reviews.apache.org/r/6470/) regarding 'patchDisk' in
createPatchVbd. This same patch should apply cleanly to both master and
4.0 branches

RB: https://reviews.apache.org/r/6615/
Send-by: shadowsor@gmail.com
2012-08-15 14:09:30 -07:00
Jessica Wang eb78e604bf CS-15977: cloudstack 3.0 UI - VM Wizard - select network step (5th step) - if there is no visible network in Existing Networks Area, check checkbox in Add Network Area. 2012-08-15 14:09:08 -07:00
Alena Prokharchyk 4614e1c604 Fixed unittest for VPC - added missing implementation for some methods in Mock classes used by the test 2012-08-15 14:08:45 -07:00
Jessica Wang 450e868161 CS-15985: cloudstack 3.0 UI - IP Address page - should use associatednetworkid instead of networkid when trying to grep an IP Address' parent network. 2012-08-15 14:07:44 -07:00
Brian Federle 2894964f69 CS-15916: Show network name in IP details
Conflicts:
	ui/scripts/network.js
2012-08-15 14:07:29 -07:00
Jessica Wang 1ab26fb235 cloudstack 3.0 UI - DeleteVpnCustomerGateway API response name has been changed, here is corresponding UI change. 2012-08-15 14:07:00 -07:00
Sheng Yang 419165f6b9 S2S VPN: Fix license headers 2012-08-15 14:06:42 -07:00
Sheng Yang e508c81e45 S2S VPN: Fix wrong response name 2012-08-15 14:06:21 -07:00
Pranav Saxena 6bf4bd18f9 CS-15981:changing addvm's to add 2012-08-15 14:06:08 -07:00
anthony 4b3af0c961 fixed typo 2012-08-15 14:06:07 -07:00
Pranav Saxena 6350b1e46c CS-15981:Add Load Balancer page inside Guest networks is blank 2012-08-15 14:05:47 -07:00
Pranav Saxena 158d41a6cf CS-15976:when vpc fails to create, UI keeps on showing that the creation is in progress 2012-08-15 14:05:33 -07:00
kishan 5657412cfe bug CS-15648: For volumes created from snapshot, create usage event after successful volume
status CS-15648: resolved fixed
reviewed-by: Nitin
2012-08-15 14:04:39 -07:00
Mice Xia aebf033358 Fix a bug: zoneWizard uses incorrect vlan parameter to create storage network 2012-08-15 14:03:43 -07:00
Anthony Xu 790f82be04 CS-15922 : to avoid race condition when expunge vm, expunge interval and expunge deplay should be larger than 600 second 2012-08-15 14:01:38 -07:00
Kelven Yang 5bfc43bd50 Apply patch https://reviews.apache.org/r/6552/ 2012-08-15 14:00:17 -07:00
Jessica Wang 6c33763d86 cloudstack 3.0 UI - VPN Customer Gateway - IKE DH field, Perfect Forward Secrecy field - change option description of to 'Group 2(modp1024)', 'Group 5(modp1536)'. 2012-08-15 13:59:28 -07:00
anthony e1bfcdc1be fix a typo 2012-08-15 13:53:43 -07:00
anthony 2ea876dfd3 in basic zone, allow dhcp traffic by default 2012-08-15 13:11:58 -07:00
Sheng Yang c2ec3f728e S2S VPN: CS-15998: Fix wrong vpc id in Site2SiteVpnGatewayResponse 2012-08-15 12:15:42 -07:00
Sheng Yang a3faff94ff S2S VPN: CS-15998: Fix wrong vpc id in Site2SiteVpnGatewayResponse 2012-08-15 12:10:19 -07:00
Jessica Wang 07efdb6409 cloudstack 3.0 UI - IP Address page - detailView - Network Name is referring to name of associated network. 2012-08-15 11:41:38 -07:00
Brian Federle dc07b2e3e6 VPC UI: Fix IP details when no network is present 2012-08-15 10:28:14 -07:00
Brian Federle 95a60dc8bc VPC UI: Hide tier dropdown if viewing from tier detail view 2012-08-15 10:14:22 -07:00
John Kinsella 6a41965b70 [ASFCS40] Updated version number to reflect 4.0.0 2012-08-14 22:54:44 -07:00
Mice Xia 7e093a949d CS-15823 Failed snapshot should be marked as Error and cleanup asynchronously 2012-08-15 11:06:25 +08:00
Edison Su 178953e963 Adds missing bit from the original CLVM patch
263216caa5
(https://reviews.apache.org/r/6470/) regarding 'patchDisk' in
createPatchVbd. This same patch should apply cleanly to both master and
4.0 branches

RB: https://reviews.apache.org/r/6615/
Send-by: shadowsor@gmail.com
2012-08-14 16:33:58 -07:00